From ad1e9697ae17ecdb758167b26f9272f9bfe150f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 13:48:04 -0700 Subject: [PATCH] update grid system mixins in less docs for new grid --- docs/assets/bootstrap.zip | Bin 55087 -> 55087 bytes docs/less.html | 19 +++++++------------ docs/templates/pages/less.mustache | 19 +++++++------------ 3 files changed, 14 insertions(+), 24 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a7301575b69d7193aee03cf16947cc2deaf3207f..9c97bed2898eea3078aaf89d44573e0d8a24dfc6 100644 GIT binary patch delta 488 zcmZ3#j(Pn$X5IjAW)?065cr*&J&{*|y^=rHznVXGa$uzhCq&{8P$E!;9ViHukYWZ2 z&9ngvRq@Aeyi>&q5}F*z&i)c4nZNlcxw7vI7W@5`B2Z2x^}U*nZQi i0Vw?CSG};fNBEi{+%8bSr(Lr};UB%`2Be@*F%798YFW~yf4pKLHijX0@Jy0Rg;LT@*QcS>t#_pzI z-9U-W`R-c`nL)M(N(*G>rt61>a569>oFN60o19na1a=z8l)y$tU?XQ=(gWE&S>du6!uyjS zUXh;6c3GSm=rN#-4A=|ym%W&Qo(JMJm+;a0G7|CZ~y=R diff --git a/docs/less.html b/docs/less.html index 29d6d753c1..4c06fe5db5 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 diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 1ffb92b2ed..23a4486a15 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -476,22 +476,17 @@ .container-fixed() none - {{_i}}Provide a fixed-width (set with @siteWidth) container for holding your content{{/i}} + {{_i}}Create a horizontally centered container for holding your content{{/i}} - .columns() - @columns: 1 - {{_i}}Build a grid column that spans any number of columns (defaults to 1 column){{/i}} + #grid > .core() + @gridColumnWidth, @gridGutterWidth + {{_i}}Generate a pixel grid system (container, row, and columns) with n columns and x pixel wide gutter{{/i}} - .offset() - @columns: 1 - {{_i}}Offset a grid column with left margin that spans any number of columns{{/i}} - - - .gridColumn() - none - {{_i}}Make an element float like a grid column{{/i}} + #grid > .fluid() + @fluidGridColumnWidth, @fluidGridGutterWidth + {{_i}}Generate a precent grid system with n columns and x % wide gutter{{/i}}