2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix sub navs fer the otherrzz

This commit is contained in:
Jacob Thornton
2012-01-24 22:48:30 -08:00
parent 5a54a98925
commit 5d3175e84b
4 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -65,9 +65,9 @@
<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">
<ul class="nav pills">
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
<li><a href="#grid-system">Grid system</a></li>
<li><a href="#layouts">Layouts</a></li>
<li><a href="#responsive">Responsive design</a></li>
</ul>
</div>
</header>