* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Jan 26 23:15:40 PST 2012
- * Date: Fri Jan 27 12:16:22 EST 2012
++ * Date: Fri Jan 27 11:07:13 PST 2012
*/
article,
aside,
<section class="download" id="components">
<div class="page-header">
-- <a class="pull-right toggle-all" href="#">Toggle all</a>
++ <a class="btn small pull-right toggle-all" href="#">Toggle all</a>
<h1>
1. Select components
<small>Get just the CSS you need</small>
<section class="download" id="variables">
<div class="page-header">
-- <a class="pull-right toggle-all" href="#">Reset to defaults</a>
++ <a class="btn small pull-right toggle-all" href="#">Reset to defaults</a>
<h1>
2. Modify variables
<small>Customize Bootstrap without using a LESS compiler</small>
<section class="download" id="plugins">
<div class="page-header">
-- <a class="pull-right toggle-all" href="#">Toggle all</a>
++ <a class="btn small pull-right toggle-all" href="#">Toggle all</a>
<h1>
3. Select jQuery plugins
<small>Quickly add only the necessary javascript</small>
</div>
</div><!-- /row -->
++ <br>
++
<h2>Offsetting columns</h2>
<div class="row show-grid">
<div class="span4">4</div>
<div class="row show-grid">
<div class="span8 offset4">8 offset 4</div>
</div><!-- /row -->
++<pre class="prettyprint linenums">
++<div class="row">
++ <div class="span4">...</div>
++ <div class="span4 offset4">...</div>
++</div>
++</pre>
<br>