Mercurial > hg > Members > nobuyasu > TwitterBootstrap
changeset 4:14efeaba715a draft
commit
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 20 Sep 2012 16:57:13 +0900 |
parents | 902636e4a800 |
children | 7be590d009d7 |
files | examples/fluid.html index.html |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/fluid.html Wed Sep 19 22:33:03 2012 +0900 +++ b/examples/fluid.html Thu Sep 20 16:57:13 2012 +0900 @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title>
--- a/index.html Wed Sep 19 22:33:03 2012 +0900 +++ b/index.html Thu Sep 20 16:57:13 2012 +0900 @@ -3,7 +3,7 @@ <head> <title>Bootstrap 101 Template</title> <!-- Bootstrap --> - <link href="css/bootstrap.css" rel="stylesheet"> + <link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Hello, world!</h1> @@ -41,7 +41,14 @@ </div> + <h2>button</h2> + <button class="btn">btn</button> + <button class="btn btn-primary">btn btn-primary</button> + <button class="btn btn-info">btn btn-info</button> + <button class="btn btn-success">btn btn-success</button> + <button class="btn btn-warning">btn btn-warning</button> + <button class="btn danger">btn danger</button> <script src="./js/jquery.js"></script> <script src="./js/bootstrap.min.js"</script>