From 08f388679b7e77104d3129733feffb956b10dcf0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 6 Dec 2014 13:55:31 -0800 Subject: tweak grid docs copy [skip sauce] --- docs/_includes/css/grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css/grid.html') diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 3563aa78a..1136355ff 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.

    -- cgit v1.2.3 From 21f7254e102bdffe84131db03a1a037ccd4c5013 Mon Sep 17 00:00:00 2001 From: Dan Course Date: Fri, 16 Jan 2015 10:36:46 +0000 Subject: 12 items of *fewer* as it's a countable item http://www.oxforddictionaries.com/words/less-or-fewer --- docs/_includes/css/grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css/grid.html') diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 1136355ff..a6a4eaacb 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -347,7 +347,7 @@

    Nesting columns

    -

    To nest your content with the default grid, add a new .row and set of .col-sm-* columns within an existing .col-sm-* column. Nested rows should include a set of columns that add up to 12 or less (it is not required that you use all 12 available columns).

    +

    To nest your content with the default grid, add a new .row and set of .col-sm-* columns within an existing .col-sm-* column. Nested rows should include a set of columns that add up to 12 or fewer (it is not required that you use all 12 available columns).

    Level 1: .col-sm-9 -- cgit v1.2.3