diff options
| author | Mark Otto <[email protected]> | 2012-01-24 18:26:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 18:26:45 -0800 |
| commit | 9ef4171d03e048ee9458fb7a1db83ea61bf845c2 (patch) | |
| tree | 85fa64c334c0e8328e092b448fecc69efa354675 /docs/scaffolding.html | |
| parent | 26ed8202ee270ce8b103491613fb2f5053472a70 (diff) | |
| download | bootstrap-9ef4171d03e048ee9458fb7a1db83ea61bf845c2.tar.xz bootstrap-9ef4171d03e048ee9458fb7a1db83ea61bf845c2.zip | |
lighten alert on less page
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 2684e32ec..1fd8363ae 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -217,7 +217,7 @@ </div> <div class="span4"> <h3>How to customize</h3> - <p>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>.</p> + <p>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.</p> </div> <div class="span4"> <h3>Staying responsive</h3> |
