aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 22:57:59 -0700
committerMark Otto <[email protected]>2013-08-14 22:57:59 -0700
commit70b0fb445ee373811ea952a0936493c4f574fba2 (patch)
treee921189021c81535db8efda5785daa7f159fc490
parent083b7c0981656ff1c660482653645bb9e4f71543 (diff)
downloadbootstrap-70b0fb445ee373811ea952a0936493c4f574fba2.tar.xz
bootstrap-70b0fb445ee373811ea952a0936493c4f574fba2.zip
fixes #9523: more accurate grid table breakpoint numbers
-rw-r--r--css.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/css.html b/css.html
index 045be7876..b4da415c1 100644
--- a/css.html
+++ b/css.html
@@ -123,7 +123,7 @@ base_url: "../"
</th>
<th>
Small devices
- <small>Tablets (&gt;768px)</small>
+ <small>Tablets (&ge;768px)</small>
</th>
<th>
Medium devices
@@ -2123,7 +2123,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</th>
<th>
Small devices
- <small>Tablets (&gt;768px)</small>
+ <small>Tablets (&ge;768px)</small>
</th>
<th>
Medium devices
@@ -2135,15 +2135,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</th>
</tr>
</thead>
-<!-- <thead>
- <tr>
- <th>Class</th>
- <th>Small devices <small>Up to 768px</small></th>
- <th>Medium devices <small>768px to 991px</small></th>
- <th>Large devices <small>992px and up</small></th>
- </tr>
- </thead>
- --> <tbody>
+ <tbody>
<tr>
<th><code>.visible-xs</code></th>
<td class="is-visible">Visible</td>