From 26ed8202ee270ce8b103491613fb2f5053472a70 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 18:24:38 -0800 Subject: [PATCH] modify the scaffolding page to fix the language around preboot/grid variables --- bootstrap.css | 2 +- docs/assets/css/docs.css | 3 ++- docs/templates/pages/scaffolding.mustache | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrap.css b/bootstrap.css index 0cc74c8e21..c626cb0f50 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Tue Jan 24 17:04:46 PST 2012 + * Date: Tue Jan 24 18:24:24 PST 2012 */ article, aside, diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d5192ca553..ac48c6e2b6 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -168,7 +168,8 @@ section { .subhead .subnav-fixed { position: fixed; top: 40px; - z-index:1000; + z-index: 1030; + width: 938px; } diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 7c0c12e8f4..a8638f2735 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -157,7 +157,7 @@

{{_i}}How to customize{{/i}}

-

{{_i}}Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grids in the preboot.less file and use one of the four ways documented to recompile.{{/i}}

+

{{_i}}Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}

{{_i}}Staying responsive{{/i}}