aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-04 21:23:09 -0800
committerMark Otto <[email protected]>2013-12-04 21:23:09 -0800
commitcf81cb60ef9e29fd5b97c7a7d213dbf80cad0be6 (patch)
tree9d05ca6eb1fb77bb9b854d37c7ed5d178c02d0a9 /css.html
parent3f1e4b92eefaee617115973eba98fc7cc0905ab8 (diff)
parent8c5dc542a553d93d4ee26db176e515f5164be8a7 (diff)
downloadbootstrap-cf81cb60ef9e29fd5b97c7a7d213dbf80cad0be6.tar.xz
bootstrap-cf81cb60ef9e29fd5b97c7a7d213dbf80cad0be6.zip
Merge branch 'master' into gradient-prefix-cleanup
Conflicts: dist/css/bootstrap.min.css docs-assets/js/raw-files.js
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">
...