From: Mark Otto Date: Thu, 5 Dec 2013 05:10:13 +0000 (-0800) Subject: Fixes #11436: mention in docs that .container isn't nestable; update docs to mention... X-Git-Tag: v3.0.3~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f9c7d6d5de97965a119f6d5f4ad1704e8f789d;p=thirdparty%2Fbootstrap.git Fixes #11436: mention in docs that .container isn't nestable; update docs to mention width, not max-width --- diff --git a/css.html b/css.html index 41e7857029..ee9d3ec717 100644 --- a/css.html +++ b/css.html @@ -54,7 +54,8 @@ base_url: "../"

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

Containers

-

Easily center a page's contents by wrapping its contents in a .container. Containers set max-width at various media query breakpoints to match our grid system.

+

Easily center a page's contents by wrapping its contents in a .container. Containers set width at various media query breakpoints to match our grid system.

+

Note that, due to padding and fixed widths, containers are not nestable by default.

{% highlight html %}
...