From 4bcb89946bf556ff524a67c82e079f43b045e747 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Apr 2012 18:18:11 -0700 Subject: [PATCH] merge in #2684, offset on the .makeColumn mixin --- docs/assets/bootstrap.zip | Bin 71315 -> 71315 bytes docs/less.html | 10 ++++++++++ docs/templates/pages/less.mustache | 10 ++++++++++ 3 files changed, 20 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 6e1a6f41c17a1772192889d99ed1f990790ff463..8c0bb2cd8df5fb4c95b7f3e72405fc2446087fe2 100644 GIT binary patch delta 473 zc-ou1mSyr<7M=iaW)?065HOoGkw;N^yJDCBP9QF=;AUWC`O3(^z#;;aL{S!?%C-Zn zZ1TPaX(ph+3|p|k4#kbP|8fEaCg0+6gofhyX}`1`jQP}TH*f{gl1+ZCrD5M~sgo+rx41`_lWVl-yj z0Tz@6@fQg(dL#4sgc<#j`E|mK4p2kD{QJU;E>L+CLuIBXh%kyHtDGUi7>La05(V0X k;vDly)5}B|jhJ>K6rB`hw1Zm@l-CerbOOoeh%u@I08!kRE&u=k delta 473 zc-ou1mSyr<7M=iaW)?065ZKc@kw;P4MXJl+4TwuCxEUB(zA`c}u!sO95z6-VP7F|G za|J7#ystr;2`Dhb7A)W@wej{}PN2Z#TU?G%kARRjq&FS3OR9b2Sg0y6E* zH5E2DWM@q_zHR_>MdtMwWsuPEUnWpRn;C!q76TeJ{huJCK9h^o^aH|-;?wg)8QFm9 zruzvo8Z)_q1!Y0}MM8|;$b3FwMt?XTXh@wfqXX0su>5^tMi;0&)X+U(LuIBXh%k!7 sRRRTPh%g2s^SMNUHlaJGOq9`x$qixrNl`{SWanszF*@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}}

-- 2.47.3