diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:00:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:00:45 -0700 |
| commit | 2674210ff06a9ceaaa98263a2cbe2246fcd21111 (patch) | |
| tree | b4c62c2548e285e869d0f0489910d111c42a0f68 /docs/index.html | |
| parent | 6bc867ed5c20972801226467feb63e85c9dec060 (diff) | |
| download | bootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.tar.xz bootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.zip | |
move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 560343ed6..f9bcb784e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ <div class="topbar"> <div class="topbar-inner"> <div class="container"> - <h3><a href="#">Bootstrap</a></h3> + <a class="brand" href="#">Bootstrap</a> <ul class="nav"> <li class="active"><a href="#overview">Overview</a></li> <li><a href="#about">About</a></li> |
