diff options
| author | Mark Otto <[email protected]> | 2011-10-11 09:46:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 09:46:02 -0700 |
| commit | 8c2bb99085816617704b5d537b9c901e26e03569 (patch) | |
| tree | 05860b4f7dba0ddf710a82b0323ccf54855e8f1e /examples/hero.html | |
| parent | 8ba005d38dd7a79ea3e90efb6efc7ac9ebcadc26 (diff) | |
| download | bootstrap-8c2bb99085816617704b5d537b9c901e26e03569.tar.xz bootstrap-8c2bb99085816617704b5d537b9c901e26e03569.zip | |
share new navbar in examples
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 6ded6e1e9..d84eb8843 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -28,8 +28,8 @@ <body> - <div class="topbar"> - <div class="fill"> + <div class="navbar"> + <div class="navbar-inner"> <div class="container"> <a class="brand" href="#">Project name</a> <ul class="nav"> |
