typo
This commit is contained in:
parent
8c9e9e28cf
commit
e0de08c389
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ title: CSS
|
|||
{% endhighlight %}
|
||||
|
||||
<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="span9 push3">9</div>
|
||||
<div class="span3 pull9">3</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue