]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #3381: update docs to show correct media query range on responsive utilities
authorMark Otto <markotto@twitter.com>
Tue, 10 Jul 2012 03:55:11 +0000 (20:55 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 10 Jul 2012 03:55:11 +0000 (20:55 -0700)
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index 09ea5664b26f6f85c0f4f2e2401cef34c31e2ffd..0538b2ab6a71487e1401e866f3dd71ea21cc0884 100644 (file)
     <thead>
       <tr>
         <th>Class</th>
-        <th>Phones <small>480px and below</small></th>
-        <th>Tablets <small>767px and below</small></th>
-        <th>Desktops <small>768px and above</small></th>
+        <th>Phones <small>767px and below</small></th>
+        <th>Tablets <small>979px to 768px</small></th>
+        <th>Desktops <small>Default</small></th>
       </tr>
     </thead>
     <tbody>
index 2d25814001bfa00e65f3c298684ab06ba1bba219..e055974055d19ea7c508f7fb58ad3d3bc04cd830 100644 (file)
     <thead>
       <tr>
         <th>{{_i}}Class{{/i}}</th>
-        <th>{{_i}}Phones <small>480px and below</small>{{/i}}</th>
-        <th>{{_i}}Tablets <small>767px and below</small>{{/i}}</th>
-        <th>{{_i}}Desktops <small>768px and above</small>{{/i}}</th>
+        <th>{{_i}}Phones <small>767px and below</small>{{/i}}</th>
+        <th>{{_i}}Tablets <small>979px to 768px</small>{{/i}}</th>
+        <th>{{_i}}Desktops <small>Default</small>{{/i}}</th>
       </tr>
     </thead>
     <tbody>