diff options
| author | Mark Otto <[email protected]> | 2011-08-31 16:27:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-31 16:27:28 -0700 |
| commit | 0cb6804b6953d8fce53fcfae065288fd826d1941 (patch) | |
| tree | b6f8a6f2156a0389b74114dcc985ef1e413ed2d7 /examples | |
| parent | 6258832776b113b09e963680ef121b363dd8d292 (diff) | |
| parent | f6a4dd95b62771b105530c85a98901f06bfecdd7 (diff) | |
| download | bootstrap-0cb6804b6953d8fce53fcfae065288fd826d1941.tar.xz bootstrap-0cb6804b6953d8fce53fcfae065288fd826d1941.zip | |
merging in remote and recompiling
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> |
