|
1 |
| - <!-- Masthead |
2 |
| - ================================================== --> |
3 |
| - <header class="jumbotron subhead" id="overview"> |
4 |
| - <h1>{{_i}}Scaffolding{{/i}}</h1> |
5 |
| - <p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}</p> |
6 |
| - <div class="subnav"> |
7 |
| - <ul class="nav nav-pills"> |
8 |
| - <li><a href="#global">{{_i}}Global styles{{/i}}</a></li> |
9 |
| - <li><a href="#gridSystem">{{_i}}Grid system{{/i}}</a></li> |
10 |
| - <li><a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li> |
11 |
| - <li><a href="#gridCustomization">{{_i}}Customizing{{/i}}</a></li> |
12 |
| - <li><a href="#layouts">{{_i}}Layouts{{/i}}</a></li> |
13 |
| - <li><a href="#responsive">{{_i}}Responsive design{{/i}}</a></li> |
14 |
| - </ul> |
15 |
| - </div> |
16 |
| - </header> |
| 1 | +<!-- Masthead |
| 2 | +================================================== --> |
| 3 | +<header class="jumbotron subhead" id="overview"> |
| 4 | + <h1>{{_i}}Scaffolding{{/i}}</h1> |
| 5 | + <p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}</p> |
| 6 | + <div class="subnav"> |
| 7 | + <ul class="nav nav-pills"> |
| 8 | + <li><a href="#global">{{_i}}Global styles{{/i}}</a></li> |
| 9 | + <li><a href="#gridSystem">{{_i}}Grid system{{/i}}</a></li> |
| 10 | + <li><a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li> |
| 11 | + <li><a href="#gridCustomization">{{_i}}Customizing{{/i}}</a></li> |
| 12 | + <li><a href="#layouts">{{_i}}Layouts{{/i}}</a></li> |
| 13 | + <li><a href="#responsive">{{_i}}Responsive design{{/i}}</a></li> |
| 14 | + </ul> |
| 15 | + </div> |
| 16 | +</header> |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
95 | 95 | </div>
|
96 | 96 | <div class="row">
|
97 | 97 | <div class="span4">
|
98 |
| - <p>{{_i}}The default grid system provided as part of Bootstrap is a <strong>940px-wide, 12-column grid</strong>.{{/i}}</p> |
99 |
| - <p>{{_i}}It also has four responsive variations for various devices and resolutions: phone, tablet portrait, tablet landscape and small desktops, and large widescreen desktops.{{/i}}</p> |
| 98 | + <p>{{_i}}The default grid system provided in Bootstrap utilizes <strong>12 columns</strong> that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically. {{/i}}</p> |
100 | 99 | </div><!-- /.span -->
|
101 | 100 | <div class="span4">
|
102 | 101 | <pre class="prettyprint linenums">
|
|
0 commit comments