aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorkostyatretyak <[email protected]>2013-12-06 01:36:53 +0200
committerkostyatretyak <[email protected]>2013-12-06 01:36:53 +0200
commit3ae7e0afe9c05dff74f69980d4ae39d3bb8af58b (patch)
tree7df983e97f379cbdbfe459f1b3214b3a8953d814 /css.html
parent7472c01ce2aad5fa9d79b78c21172dcc60ffc841 (diff)
parent6d03173a1aad98e75f7d33e65b411c519176c59a (diff)
downloadbootstrap-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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/css.html b/css.html
index 41e785702..ee9d3ec71 100644
--- a/css.html
+++ b/css.html
@@ -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">
...