diff options
| author | Mark Otto <[email protected]> | 2012-01-24 18:24:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 18:24:38 -0800 |
| commit | 26ed8202ee270ce8b103491613fb2f5053472a70 (patch) | |
| tree | e3065e935e4a9c5ea8361b943f6e2155f7e791b0 /docs | |
| parent | 4793a6f8fa778a333afc15d142f5fe84acb00909 (diff) | |
| download | bootstrap-26ed8202ee270ce8b103491613fb2f5053472a70.tar.xz bootstrap-26ed8202ee270ce8b103491613fb2f5053472a70.zip | |
modify the scaffolding page to fix the language around preboot/grid variables
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 3 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d5192ca55..ac48c6e2b 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 7c0c12e8f..a8638f273 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -157,7 +157,7 @@ </div> <div class="span4"> <h3>{{_i}}How to customize{{/i}}</h3> - <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grids in the preboot.less file and use one of the <a href="#compiling">four ways documented to recompile</a>.{{/i}}</p> + <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}</p> </div> <div class="span4"> <h3>{{_i}}Staying responsive{{/i}}</h3> |
