1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Merge pull request #9443 from mattleff/patch-1

Tiny typo in class prefix
This commit is contained in:
Chris Rebert
2013-08-13 17:04:34 -07:00

View File

@@ -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>