diff options
| author | Mark Otto <[email protected]> | 2012-02-01 23:12:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 23:12:06 -0800 |
| commit | d86e77a256ce9f1cb4048823b7f59e8501192ce9 (patch) | |
| tree | 22ba3dfd908577912bb873764ee55be575663f4d /docs | |
| parent | 98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff) | |
| parent | b96e80cf3933cb5788cc21247e68b5cd2e0cbc94 (diff) | |
| download | bootstrap-d86e77a256ce9f1cb4048823b7f59e8501192ce9.tar.xz bootstrap-d86e77a256ce9f1cb4048823b7f59e8501192ce9.zip | |
Merge branch 'master' of https://github.com/mshafrir/bootstrap into mshafrir-master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index cc89b5932..f5b96620d 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -242,7 +242,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 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> + <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="less.html#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> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index e20c52402..60a9583ed 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -166,7 +166,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 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> + <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="less.html#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> |
