]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9523: more accurate grid table breakpoint numbers
authorMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:57:59 +0000 (22:57 -0700)
committerMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:57:59 +0000 (22:57 -0700)
css.html

index 045be7876d27f22e70dfc23da41774cbda94d015..b4da415c15d4dcdaa02dff751674550138ab60b5 100644 (file)
--- 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>