Commit 66122fa1 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9443 from mattleff/patch-1

Tiny typo in class prefix
parents d1e18e55 a380e80c
...@@ -146,7 +146,7 @@ base_url: "../" ...@@ -146,7 +146,7 @@ base_url: "../"
</tr> </tr>
<tr> <tr>
<th>Class prefix</th> <th>Class prefix</th>
<td><code>.col-xs</code></td> <td><code>.col-xs-</code></td>
<td><code>.col-sm-</code></td> <td><code>.col-sm-</code></td>
<td><code>.col-md-</code></td> <td><code>.col-md-</code></td>
<td><code>.col-lg-</code></td> <td><code>.col-lg-</code></td>
......
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