diff options
| author | Chris Rebert <[email protected]> | 2014-12-06 13:55:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-06 13:55:31 -0800 |
| commit | 08f388679b7e77104d3129733feffb956b10dcf0 (patch) | |
| tree | d8dc6328a594a6c2f31e702e53bcda44f0a17e94 /docs/_includes/css | |
| parent | f1102430eca4b498294b457020bedda8a8890d52 (diff) | |
| download | bootstrap-08f388679b7e77104d3129733feffb956b10dcf0.tar.xz bootstrap-08f388679b7e77104d3129733feffb956b10dcf0.zip | |
tweak grid docs copy
[skip sauce]
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/grid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 3563aa78a..1136355ff 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -14,7 +14,7 @@ <li>The negative margin is why the examples below are outdented. It's so that content within grid columns is lined up with non-grid content.</li> <li>Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three <code>.col-xs-4</code>.</li> <li>If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.</li> - <li>Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, applying any <code>.col-md-</code> class to an element will not only affect its styling on medium devices but also on large devices if a <code>.col-lg-</code> class is not present.</li> + <li>Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, e.g. applying any <code>.col-md-*</code> class to an element will not only affect its styling on medium devices but also on large devices if a <code>.col-lg-*</code> class is not present.</li> </ul> <p>Look to the examples for applying these principles to your code.</p> |
