diff options
| author | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
| commit | 71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch) | |
| tree | fdbae872ac5978bc7d3b285d06c5511c209f8610 /docs/scaffolding.html | |
| parent | 160fe7ca597ff0fdaab0bb49494713724468b05b (diff) | |
| download | bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.tar.xz bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.zip | |
tons of docs cleanup in css, adding subnav to official components
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 459933a7e..c957a90da 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -81,7 +81,7 @@ <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"> - <ul class="nav nav-pills"> + <ul class="nav"> <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> @@ -473,12 +473,12 @@ </thead> <tbody> <tr> - <td>Smartphones</td> + <td>Phones</td> <td>480px and below</td> <td class="muted" colspan="2">Fluid columns, no fixed widths</td> </tr> <tr> - <td>Smartphones to tablets</td> + <td>Phones to tablets</td> <td>767px and below</td> <td class="muted" colspan="2">Fluid columns, no fixed widths</td> </tr> |
