From 33a969dd0c47d1e79b8c671eb2942383bf71f49f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 01:34:59 -0800 Subject: update vars in less and download pages --- docs/assets/bootstrap.zip | Bin 51957 -> 51957 bytes docs/download.html | 9 +++++---- docs/less.html | 8 ++++++-- docs/templates/pages/download.mustache | 9 +++++---- docs/templates/pages/less.mustache | 8 ++++++-- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 991e353736..7528901428 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/download.html b/docs/download.html index c19dc8f498..f52ee6a724 100644 --- a/docs/download.html +++ b/docs/download.html @@ -253,10 +253,11 @@ - - - - +

Fluid grid system

+ + + +

Typography

diff --git a/docs/less.html b/docs/less.html index 90133b0f8c..996ad31b93 100644 --- a/docs/less.html +++ b/docs/less.html @@ -176,8 +176,12 @@ 20px - @siteWidth - (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)) + @fluidGridColumnWidth + 6.382978723% + + + @fluidGridGutterWidth + 2.127659574% diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 34f8130ac1..1609c02b04 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -177,10 +177,11 @@ - - - - +

{{_i}}Fluid grid system{{/i}}

+ + + +

{{_i}}Typography{{/i}}

diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 82b921d240..eb262c78b9 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -100,8 +100,12 @@ 20px - @siteWidth - (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)) + @fluidGridColumnWidth + 6.382978723% + + + @fluidGridGutterWidth + 2.127659574% -- cgit v1.2.3