diff options
| author | kostyatretyak <[email protected]> | 2013-12-06 01:36:53 +0200 |
|---|---|---|
| committer | kostyatretyak <[email protected]> | 2013-12-06 01:36:53 +0200 |
| commit | 3ae7e0afe9c05dff74f69980d4ae39d3bb8af58b (patch) | |
| tree | 7df983e97f379cbdbfe459f1b3214b3a8953d814 /css.html | |
| parent | 7472c01ce2aad5fa9d79b78c21172dcc60ffc841 (diff) | |
| parent | 6d03173a1aad98e75f7d33e65b411c519176c59a (diff) | |
| download | bootstrap-3ae7e0afe9c05dff74f69980d4ae39d3bb8af58b.tar.xz bootstrap-3ae7e0afe9c05dff74f69980d4ae39d3bb8af58b.zip | |
Merge branch 'master' of https://github.com/twbs/bootstrap into edit
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,8 @@ base_url: "../" <p>For improved cross-browser rendering, we use <a href="http://necolas.github.io/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p> <h3 id="overview-container">Containers</h3> - <p>Easily center a page's contents by wrapping its contents in a <code>.container</code>. Containers set <code>max-width</code> at various media query breakpoints to match our grid system.</p> + <p>Easily center a page's contents by wrapping its contents in a <code>.container</code>. Containers set <code>width</code> at various media query breakpoints to match our grid system.</p> + <p>Note that, due to <code>padding</code> and fixed widths, containers are not nestable by default.</p> {% highlight html %} <div class="container"> ... |
