From: Chris Rebert Date: Sat, 1 Feb 2014 08:11:23 +0000 (-0800) Subject: rm callout about creating .container-fluid-alikes now that .container-fluid has been... X-Git-Tag: v3.1.1~14^2~22^2~3^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813467ddaf9d007a2a14273db80435faba401222;p=thirdparty%2Fbootstrap.git rm callout about creating .container-fluid-alikes now that .container-fluid has been added --- diff --git a/docs/css.html b/docs/css.html index b4eaabe9b5..1dc9c1da50 100644 --- a/docs/css.html +++ b/docs/css.html @@ -82,11 +82,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e

Look to the examples for applying these principles to your code.

-
-

Grids and full-width layouts

-

Folks looking to create fully fluid layouts (meaning your site stretches the entire width of the viewport) must wrap their grid content in a containing element with padding: 0 15px; to offset the margin: 0 -15px; used on .rows.

-
-

Media queries

We use the following media queries in our Less files to create the key breakpoints in our grid system.

{% highlight scss %}