aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 14:49:52 -0800
committerMark Otto <[email protected]>2013-01-17 14:49:52 -0800
commitf6226c9b91c38afc7d5050a3cfd7217edef7fc16 (patch)
tree5952cf77afb83cd3da8aa56db9e883f03bdc8324
parent237f5e15d3376d141ac934a9264428a7b822384c (diff)
downloadbootstrap-f6226c9b91c38afc7d5050a3cfd7217edef7fc16.tar.xz
bootstrap-f6226c9b91c38afc7d5050a3cfd7217edef7fc16.zip
Update Getting Started page to include mention of Respond
-rw-r--r--docs/components.html2
-rw-r--r--docs/css.html2
-rw-r--r--docs/customize.html2
-rw-r--r--docs/gallery.html2
-rw-r--r--docs/getting-started.html12
-rw-r--r--docs/index.html2
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/layout.mustache2
-rw-r--r--docs/templates/pages/getting-started.mustache10
9 files changed, 28 insertions, 8 deletions
diff --git a/docs/components.html b/docs/components.html
index f52cfc844..76035431a 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -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>
diff --git a/docs/css.html b/docs/css.html
index 98d9c6fee..97d25136d 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -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>
diff --git a/docs/customize.html b/docs/customize.html
index 3fbb492b3..75ade27e9 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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>
diff --git a/docs/gallery.html b/docs/gallery.html
index 0ee1ca945..d34ac8357 100644
--- a/docs/gallery.html
+++ b/docs/gallery.html
@@ -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>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 7e2d621f0..05feee2a5 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -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>
@@ -207,6 +207,16 @@
&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>
diff --git a/docs/index.html b/docs/index.html
index e52ac054c..708229c43 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>
diff --git a/docs/javascript.html b/docs/javascript.html
index 62e4b9baf..ca1c8ac4e 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 8c0acff9a..703ef3b84 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -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>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index bca6b4463..eeba12752 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -138,6 +138,16 @@
&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>