From 4bcb89946bf556ff524a67c82e079f43b045e747 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Apr 2012 18:18:11 -0700 Subject: merge in #2684, offset on the .makeColumn mixin --- docs/less.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 4fe26af56..3fecd1ade 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

-- cgit v1.2.3