]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Getting Started page to include mention of Respond
authorMark Otto <otto@github.com>
Thu, 17 Jan 2013 22:49:52 +0000 (14:49 -0800)
committerMark Otto <otto@github.com>
Thu, 17 Jan 2013 22:49:52 +0000 (14:49 -0800)
docs/components.html
docs/css.html
docs/customize.html
docs/gallery.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/templates/layout.mustache
docs/templates/pages/getting-started.mustache

index f52cfc844d70df0a7bcd2ad5c72ef948c14b0e08..76035431a21f2f817e4bb0d441517423a667d7fe 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 98d9c6feef5910f8bccc4836e1cd538a2580a284..97d25136d742079960b4a8bf22fd871c3c3e99a0 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 3fbb492b34f251f5f1eb19d614d7121b9186742b..75ade27e9ebba8321a049aa05a3c6cc9c0957737 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 0ee1ca9453125df867a8f2094052f27d384a5503..d34ac8357c77335f64c0c061b36564eed5a8050c 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 7e2d621f03f0351956cece9149916e7ed7abd217..05feee2a5419dc370683ac4ec436fc8aee6ba431 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
 &lt;/html&gt;
 </pre>
           <p><strong>And you're set!</strong> With those two files added, you can begin to develop any site or application with Bootstrap.</p>
+
+          <hr>
+
+          <h4>Responsive features in IE8</h4>
+          <p>Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called <a href="https://github.com/scottjehl/Respond">Respond.js</a>.</p>
+<pre class="prettyprint linenums">
+&lt;!--[if lt IE 9]&gt;
+  &lt;script src="assets/js/respond/respond.js"&gt;&lt;/script&gt;
+&lt;![endif]--&gt;
+</pre>
         </section>
 
 
index e52ac054c6a4c3253668c390bd3f3dca7428f605..708229c43aeebd24bbededa158bdb68988dbd761 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 62e4b9baf888ecdf47bbc15820075eba23147a1b..ca1c8ac4ed59fa0ba42bc06accd47a4ff1288a1a 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index 8c0acff9a4cbfc3085adbacf2feb79b98a4db005..703ef3b84034f8b3bc44a1b6eef14b6eba75f813 100644 (file)
@@ -12,7 +12,7 @@
     <link href="assets/css/docs.css" rel="stylesheet">
     <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!-- Le HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!--[if lt IE 9]>
       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
       <script src="assets/js/respond/respond.js"></script>
index bca6b4463753e278d2a9cad554e2f83a4d1e9d8d..eeba12752972bb67d0427548a9f4bf45e6fbcb86 100644 (file)
 &lt;/html&gt;
 </pre>
           <p><strong>And you're set!</strong> With those two files added, you can begin to develop any site or application with Bootstrap.</p>
+
+          <hr>
+
+          <h4>Responsive features in IE8</h4>
+          <p>Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called <a href="https://github.com/scottjehl/Respond">Respond.js</a>.</p>
+<pre class="prettyprint linenums">
+&lt;!--[if lt IE 9]&gt;
+  &lt;script src="assets/js/respond/respond.js"&gt;&lt;/script&gt;
+&lt;![endif]--&gt;
+</pre>
         </section>