]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update docs with call on meta tag for responsive
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 07:57:15 +0000 (23:57 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 07:57:15 +0000 (23:57 -0800)
docs/assets/bootstrap.zip
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index f35f984ce579a2056b7f9efd4862acf64c7101be..99ff15c06cf4cd7b17c0e6cc6140f53ae3ce9ba0 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 9819846a8cc398023a89f9fd7a91e4b093e20550..b8dc426640ee7106c9b95652ca95c919766f74f3 100644 (file)
         </tbody>
       </table>
 
+      <h3>Requires meta tag</h3>
+      <p>To ensure devices display responsive pages properly, include the viewport meta tag.</p>
+      <pre class="prettyprint linenums">&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</pre>
+
       <h3>What they do</h3>
       <p>Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.</p>
       <ul>
index ba2076f31093d6fde816ecae467e14b237c793ae..c81f2e535ba075d3d75897bf9edd1b45e2cfce53 100644 (file)
         </tbody>
       </table>
 
+      <h3>{{_i}}Requires meta tag{{/i}}</h3>
+      <p>{{_i}}To ensure devices display responsive pages properly, include the viewport meta tag.{{/i}}</p>
+      <pre class="prettyprint linenums">&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</pre>
+
       <h3>{{_i}}What they do{{/i}}</h3>
       <p>{{_i}}Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
       <ul>