Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-12 23:08:58 +0400
committerMark Otto <markotto@twitter.com>2012-02-12 23:08:58 +0400
commitc02df9390330b3fa6b9c7cd0b4390093c163fae9 (patch)
treeb2243ec12c87cfd76045df4240d6a83dbc3afd1c /docs/examples.html
parenta72ef967ba7e4870fb1d737dedf8bf8a10ae6587 (diff)
move shim after css
Diffstat (limited to 'docs/examples.html')
-rw-r--r--docs/examples.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples.html b/docs/examples.html
index 2235c527c1..76eb4b59a9 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -7,17 +7,17 @@
<meta name="description" content="">
<meta name="author" content="">
- <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
-
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<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 -->
+ <!--[if lt IE 9]>
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.png">