From: Chris Rebert Date: Sat, 6 Dec 2014 21:55:31 +0000 (-0800) Subject: tweak grid docs copy X-Git-Tag: v3.3.2~5^2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f388679b7e77104d3129733feffb956b10dcf0;p=thirdparty%2Fbootstrap.git tweak grid docs copy [skip sauce] --- diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 3563aa78a2..1136355ff6 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -14,7 +14,7 @@
  • The negative margin is why the examples below are outdented. It's so that content within grid columns is lined up with non-grid content.
  • Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.
  • If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.
  • -
  • Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, applying any .col-md- class to an element will not only affect its styling on medium devices but also on large devices if a .col-lg- class is not present.
  • +
  • Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, e.g. applying any .col-md-* class to an element will not only affect its styling on medium devices but also on large devices if a .col-lg-* class is not present.
  • Look to the examples for applying these principles to your code.