more changes to js and components, playing with new docs subnav

This commit is contained in:
Mark Otto
2012-06-04 23:57:48 -07:00
parent 47e2c43401
commit de53f62a04
7 changed files with 1077 additions and 1185 deletions

View File

@@ -81,7 +81,20 @@
<header class="jumbotron subhead" id="overview">
<h1>Scaffolding</h1>
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
<div class="subnav">
<div class="bs-docs-contents">
<h4>Contents</h4>
<ul>
<li><a href="#global">Global styles</a></li>
<li><a href="#gridSystem">Grid system</a></li>
<li><a href="#fluidGridSystem">Fluid grid system</a></li>
<li><a href="#gridCustomization">Customizing</a></li>
<li><a href="#layouts">Layouts</a></li>
<li><a href="#responsive">Responsive design</a></li>
</ul>
</div>
<!-- <div class="subnav">
<ul class="nav nav-pills">
<li><a href="#global">Global styles</a></li>
<li><a href="#gridSystem">Grid system</a></li>
@@ -91,7 +104,7 @@
<li><a href="#responsive">Responsive design</a></li>
</ul>
</div>
</header>
--></header>