From: Zhipeng Liu Date: Wed, 4 Sep 2013 07:45:10 +0000 (+0800) Subject: CSS docs - Grid section: two dots are missing before 'col-md-8' X-Git-Tag: v3.0.1~66^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10423%2Fhead;p=thirdparty%2Fbootstrap.git CSS docs - Grid section: two dots are missing before 'col-md-8' Add the two missing docs --- diff --git a/css.html b/css.html index 0e11346bec..64540ad61c 100644 --- a/css.html +++ b/css.html @@ -239,7 +239,7 @@ base_url: "../"

Don't want your columns to simply stack in smaller devices? Use the extra small and medium device grid classes by adding .col-xs-* .col-md-* to your columns. See the example below for a better idea of how it all works.

-
.col-xs-12 col-md-8
+
.col-xs-12 .col-md-8
.col-xs-6 .col-md-4
@@ -255,7 +255,7 @@ base_url: "../" {% highlight html %}
-
.col-xs-12 col-md-8
+
.col-xs-12 .col-md-8
.col-xs-6 .col-md-4