diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-20 15:20:46 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-20 15:20:46 -0400 |
commit | 6fa142f39be53014beeb69a53bfaaacab11ce949 (patch) | |
tree | f0f0202845f8bc23bdb9459b8ffe1cd93e2f01d3 /help | |
parent | 254a34fcafd92bd438012955feccea6902944656 (diff) |
add html5 and media query shim for ie8
Diffstat (limited to 'help')
-rw-r--r-- | help/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help/index.html b/help/index.html index 46a7c9fa..da97b61c 100644 --- a/help/index.html +++ b/help/index.html @@ -7,6 +7,11 @@ <link rel="stylesheet" href="../flatly/bootstrap.css" media="screen"> <link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="../assets/css/bootswatch.min.css"> + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="../bower_components/bootstrap/assets/js/html5shiv.js"></script> + <script src="../bower_components/bootstrap/assets/js/respond.min.js"></script> + <![endif]--> <style> h1 { |