From: Mark Otto Date: Sun, 15 Apr 2012 01:18:11 +0000 (-0700) Subject: merge in #2684, offset on the .makeColumn mixin X-Git-Tag: v2.0.3~5^2~34^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bcb89946bf556ff524a67c82e079f43b045e747;p=thirdparty%2Fbootstrap.git merge in #2684, offset on the .makeColumn mixin --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 6e1a6f41c1..8c0bb2cd8d 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index 4fe26af56c..3fecd1ade2 100644 --- a/docs/less.html +++ b/docs/less.html @@ -812,6 +812,16 @@ @fluidGridColumnWidth, @fluidGridGutterWidth Generate a precent grid system with n columns and x % wide gutter + + #grid > .input() + @gridColumnWidth, @gridGutterWidth + Generate the pixel grid system for input elements, accounting for padding and borders + + + .makeColumn + @columns: 1, @offset: 0 + Turn any div into a grid column without the .span* classes +

CSS3 properties

diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 5345cbf974..7698dd2900 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -735,6 +735,16 @@ @fluidGridColumnWidth, @fluidGridGutterWidth {{_i}}Generate a precent grid system with n columns and x % wide gutter{{/i}} + + #grid > .input() + @gridColumnWidth, @gridGutterWidth + {{_i}}Generate the pixel grid system for input elements, accounting for padding and borders{{/i}} + + + .makeColumn + @columns: 1, @offset: 0 + {{_i}}Turn any div into a grid column without the .span* classes{{/i}} +

{{_i}}CSS3 properties{{/i}}