From ad1e9697ae17ecdb758167b26f9272f9bfe150f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 13:48:04 -0700 Subject: update grid system mixins in less docs for new grid --- docs/less.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 29d6d753c..4c06fe5db 100644 --- a/docs/less.html +++ b/docs/less.html @@ -552,22 +552,17 @@ .container-fixed() none - Provide a fixed-width (set with @siteWidth) container for holding your content + Create a horizontally centered container for holding your content - .columns() - @columns: 1 - Build a grid column that spans any number of columns (defaults to 1 column) + #grid > .core() + @gridColumnWidth, @gridGutterWidth + Generate a pixel grid system (container, row, and columns) with n columns and x pixel wide gutter - .offset() - @columns: 1 - Offset a grid column with left margin that spans any number of columns - - - .gridColumn() - none - Make an element float like a grid column + #grid > .fluid() + @fluidGridColumnWidth, @fluidGridGutterWidth + Generate a precent grid system with n columns and x % wide gutter -- cgit v1.2.3