From: Mark Otto Date: Sun, 11 Dec 2011 10:05:50 +0000 (-0800) Subject: clearer grid vars docs language X-Git-Tag: v2.0.0~6^2~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a84f0f7f217ea12249857d2b2d5ad4795e41e2;p=thirdparty%2Fbootstrap.git clearer grid vars docs language --- diff --git a/docs/scaffolding.html b/docs/scaffolding.html index cb8e067dba..8b7e620fb9 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -174,22 +174,22 @@ @gridColumns 12 - The number of columns within the grid + Number of columns @gridColumnWidth 60px - The width of each column within the grid + Width of each column @gridGutterWidth 20px - The negative space between each column + Negative space between columns @siteWidth Computed sum of all columns and gutters - We use some basic match to count the number of columns and gutters and set the width of the .fixed-container() mixin. + Counts number of columns and gutters to set width of the .fixed-container() mixin