2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

restore top navs entirely

This commit is contained in:
Mark Otto
2012-06-07 22:10:36 -07:00
parent c1c7528dd9
commit bba0b34c36
18 changed files with 240 additions and 100 deletions
+12 -16
View File
@@ -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="">
<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="active">
@@ -158,22 +158,18 @@
<header class="jumbotron subhead" id="overview">
<h1>Customize and download</h1>
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.</p>
<div class="subnav">
<ul class="nav nav-pills">
<li><a href="#components">1. Choose components</a></li>
<li><a href="#plugins">2. Select jQuery plugins</a></li>
<li><a href="#variables">3. Customize variables</a></li>
<li><a href="#download">4. Download</a></li>
</ul>
</div>
</header>
<section id="contents">
<div class="bs-docs-contents">
<h3>Contents</h3>
<ol>
<li><a href="#components">Choose components</a></li>
<li><a href="#plugins">Select jQuery plugins</a></li>
<li><a href="#variables">Customize variables</a></li>
<li><a href="#download">Download</a></li>
</ol>
</div>
</section>
<form>
<section class="download" id="components">
<div class="page-header">