Commit e0de08c3 authored by Mark Otto's avatar Mark Otto

typo

parent 8c9e9e28
...@@ -582,7 +582,7 @@ title: CSS ...@@ -582,7 +582,7 @@ title: CSS
{% endhighlight %} {% endhighlight %}
<h3 id="grid-column-ordering">Column ordering</h3> <h3 id="grid-column-ordering">Column ordering</h3>
<p>Easily the order of our built-in grid columns with <code>.push*</code> and <code>.pull*</code> modifier classes.</p> <p>Easily change the order of our built-in grid columns with <code>.push*</code> and <code>.pull*</code> modifier classes.</p>
<div class="row show-grid"> <div class="row show-grid">
<div class="span9 push3">9</div> <div class="span9 push3">9</div>
<div class="span3 pull9">3</div> <div class="span3 pull9">3</div>
......
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