diff options
| author | Jacob Thornton <[email protected]> | 2011-08-30 23:34:19 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-30 23:34:19 -0700 |
| commit | 4fb1c5bd4b527797183a60e752f0276b01637fd5 (patch) | |
| tree | 39aa84637a16f59dfade1fa0714bea4ab50f0dfe /examples | |
| parent | 588cb1c06d372817e7be2a44384b177bef660f53 (diff) | |
| download | bootstrap-4fb1c5bd4b527797183a60e752f0276b01637fd5.tar.xz bootstrap-4fb1c5bd4b527797183a60e752f0276b01637fd5.zip | |
rename all 1.1.1 stuff -> 1.2.0 and remove templates dir and fluid.html
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hero.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hero.html b/examples/hero.html index a0025f2de..ef773c5d0 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap-1.1.1.css" rel="stylesheet"> + <link href="../bootstrap-1.2.0.css" rel="stylesheet"> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> @@ -27,7 +27,7 @@ <div class="fill"> <div class="container"> <h3><a href="#">Project name</a></h3> - <ul> + <ul class="nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> |
