Commit 9c3218c8 authored by Mark Otto's avatar Mark Otto

Merge branch 'mshafrir-master' into 2.0.1-wip

parents 8dd2b3d3 d86e77a2
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</div> </div>
<div class="span4"> <div class="span4">
<h3>How to customize</h3> <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>
<div class="span4"> <div class="span4">
<h3>Staying responsive</h3> <h3>Staying responsive</h3>
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</div> </div>
<div class="span4"> <div class="span4">
<h3>{{_i}}How to customize{{/i}}</h3> <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>
<div class="span4"> <div class="span4">
<h3>{{_i}}Staying responsive{{/i}}</h3> <h3>{{_i}}Staying responsive{{/i}}</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment