1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

refactor the navs to use prefixed classes, because you know, consistency is beast mode

This commit is contained in:
Mark Otto
2012-01-30 21:29:50 -08:00
parent 0f3a073b8d
commit 31911659a2
13 changed files with 179 additions and 179 deletions

View File

@@ -80,7 +80,7 @@
<h1>Base CSS</h1>
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
<div class="subnav">
<ul class="nav pills">
<ul class="nav nav-pills">
<li><a href="#typography">Typography</a></li>
<li><a href="#code">Code</a></li>
<li><a href="#tables">Tables</a></li>