diff options
| author | Mark Otto <[email protected]> | 2011-10-17 00:03:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 00:03:52 -0700 |
| commit | 6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1 (patch) | |
| tree | d5c96d1c458821e3ec7902944426d6d015dc51b8 /docs/index.html | |
| parent | e7d2218b2043742f21c368d074d97a4bde275730 (diff) | |
| download | bootstrap-6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1.tar.xz bootstrap-6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1.zip | |
updated js docs page to new 12 column layout, fix subhead jumbotron styles to match new front page
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index eeb0f4f0d..f3ef34463 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,7 @@ <div class="navbar navbar-fixed" data-scrollspy="scrollspy"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">Bootstrap</a> + <a class="brand" href="./index.html">Bootstrap</a> <ul class="nav"> <li class="active"><a href="#overview">Overview</a></li> <li><a href="#about">About</a></li> @@ -1235,7 +1235,7 @@ </li> </ul> <form class="form-search navbar-search pull-left" action=""> - <input type="text" class="search-query" placeholder="Search"> + <input type="text" class="search-query span2" placeholder="Search"> </form> <ul class="nav secondary-nav"> <li class="dropdown"> |
