Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-25 07:26:48 +0400
committerMark Otto <markotto@twitter.com>2012-06-25 07:26:48 +0400
commit71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch)
treefdbae872ac5978bc7d3b285d06c5511c209f8610 /docs/scaffolding.html
parent160fe7ca597ff0fdaab0bb49494713724468b05b (diff)
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 459933a7e2..c957a90da8 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>