diff options
Diffstat (limited to 'examples/hero.html')
| -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> |
