From: Mark Otto Date: Mon, 23 Jun 2014 17:41:45 +0000 (-0700) Subject: grid class inconsistency /cc @juthilo X-Git-Tag: v3.2.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32bde78e1996a92e6b801e1f4a475d5ab48685f8;p=thirdparty%2Fbootstrap.git grid class inconsistency /cc @juthilo --- diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 8ff53dd710..f1ee7fcd1a 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -353,10 +353,10 @@ Level 1: .col-md-9
- Level 2: .col-xs-8 .col-md-6 + Level 2: .col-xs-8 .col-sm-6
- Level 2: .col-xs-4 .col-md-6 + Level 2: .col-xs-4 .col-sm-6
@@ -364,13 +364,13 @@ {% highlight html %}
- Level 1: .col-md-9 + Level 1: .col-sm-9
- Level 2: .col-xs-8 .col-md-6 + Level 2: .col-xs-8 .col-sm-6
- Level 2: .col-xs-4 .col-md-6 + Level 2: .col-xs-4 .col-sm-6