From 160fe7ca597ff0fdaab0bb49494713724468b05b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 20 Jun 2012 23:46:51 -0700 Subject: create vars for responsive grid values, fixed and fluid, and document them in the customizer --- docs/assets/css/bootstrap-responsive.css | 8 ++++++-- docs/assets/css/bootstrap.css | 4 +++- docs/download.html | 16 ++++++++++++++++ docs/templates/pages/download.mustache | 16 ++++++++++++++++ 4 files changed, 41 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index f51ab59a1..2ecc9690e 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -215,7 +215,9 @@ float: left; margin-left: 20px; } - .container { + .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { width: 724px; } .span12 { @@ -545,7 +547,9 @@ float: left; margin-left: 30px; } - .container { + .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { width: 1170px; } .span12 { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 74fe73277..404c5eb50 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -194,7 +194,9 @@ a:hover { margin-left: 20px; } -.container { +.container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { width: 940px; } diff --git a/docs/download.html b/docs/download.html index 9c294a8d0..1193e85a3 100644 --- a/docs/download.html +++ b/docs/download.html @@ -276,11 +276,27 @@ + + + + + + + +

Fluid grid system

+ + + + + + + +

Typography

diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index a01c14ab7..11280434a 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -199,11 +199,27 @@ + + + + + + + +

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

+ + + + + + + +

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

-- cgit v1.2.3