aboutsummaryrefslogtreecommitdiff
path: root/docs/scaffolding.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-24 20:26:48 -0700
committerMark Otto <[email protected]>2012-06-24 20:26:48 -0700
commit71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch)
treefdbae872ac5978bc7d3b285d06c5511c209f8610 /docs/scaffolding.html
parent160fe7ca597ff0fdaab0bb49494713724468b05b (diff)
downloadbootstrap-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.html6
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>