aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-13 17:04:34 -0700
committerChris Rebert <[email protected]>2013-08-13 17:04:34 -0700
commit66122fa153e3d0e18c9796d93f674f0b04831ee9 (patch)
treeffbf3997ffe66ca52d2fb2b2bbe21f2288a9e2f3
parentd1e18e55ac7ccc069671bed4314ca9f965a09de7 (diff)
parenta380e80cd7830b285c98c16e3782d297739695ce (diff)
downloadbootstrap-66122fa153e3d0e18c9796d93f674f0b04831ee9.tar.xz
bootstrap-66122fa153e3d0e18c9796d93f674f0b04831ee9.zip
Merge pull request #9443 from mattleff/patch-1
Tiny typo in class prefix
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 7a8759817..43ed2d9a8 100644
--- a/css.html
+++ b/css.html
@@ -146,7 +146,7 @@ base_url: "../"
</tr>
<tr>
<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-md-</code></td>
<td><code>.col-lg-</code></td>