diff options
| author | Mark Otto <[email protected]> | 2012-06-07 22:10:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-07 22:10:36 -0700 |
| commit | bba0b34c36ae54e923cf89fe17914e715aaa9746 (patch) | |
| tree | 8beb450b91b9427b6d1a7e3d0f9c0d1973557813 /docs/index.html | |
| parent | c1c7528dd9f0617cb65bc5fac7aa6b2cfc2eb822 (diff) | |
| download | bootstrap-bba0b34c36ae54e923cf89fe17914e715aaa9746.tar.xz bootstrap-bba0b34c36ae54e923cf89fe17914e715aaa9746.zip | |
restore top navs entirely
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html index 9f36d3bc9..f498907b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ ================================================== --> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> - <div class="container"> + <div class="bs-docs-container"> <button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> @@ -43,7 +43,7 @@ <div class="nav-collapse collapse"> <ul class="nav"> <li class="active"> - <a href="./index.html">Overview</a> + <a href="./index.html">Home</a> </li> <li class=""> <a href="./scaffolding.html">Scaffolding</a> @@ -55,10 +55,10 @@ <a href="./components.html">Components</a> </li> <li class=""> - <a href="./javascript.html">Javascript plugins</a> + <a href="./javascript.html">Javascript</a> </li> <li class=""> - <a href="./less.html">Using LESS</a> + <a href="./less.html">LESS</a> </li> <li class="divider-vertical"></li> <li class=""> @@ -196,7 +196,7 @@ <h1>Designed for everyone, everywhere.</h1> <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p> <div class="row"> - <div class="span4"> + <div class="span5"> <img class="bs-icon" src="assets/img/glyphicons/glyphicons_042_group.png"> <h2>Built for and by nerds</h2> <p>We love building awesome products on the web just like you, so we made Bootstrap. No matter your skill level, use it as a complete kit or use to start something more complex.</p> @@ -213,7 +213,7 @@ <h2>Responsive design</h2> <p>As of Bootstrap 2, our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p> </div> - <div class="span4"> + <div class="span5"> <img class="bs-icon" src="assets/img/glyphicons/glyphicons_266_book_open.png"> <h2>Styleguide docs</h2> <p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p> @@ -237,27 +237,27 @@ <h1>Built with Bootstrap.</h1> <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.</p> <ul class="thumbnails example-sites"> - <li class="span2"> + <li class="span3"> <a class="thumbnail" href="http://soundready.fm/" target="_blank"> <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> </a> </li> - <li class="span2"> + <li class="span3"> <a class="thumbnail" href="http://kippt.com/" target="_blank"> <img src="assets/img/example-sites/kippt.png" alt="Kippt"> </a> </li> - <li class="span2"> + <li class="span3"> <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> </a> </li> - <li class="span2"> +<!-- <li class="span2"> <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> </a> </li> - </ul> + --> </ul> </div><!-- /.marketing --> |
