diff options
| author | Mark Otto <[email protected]> | 2014-07-09 02:41:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 02:41:57 -0700 |
| commit | a5dbd936a68e0910ca43ef1230907d7c7e8aa325 (patch) | |
| tree | 1e93ad1895c8507548efdbdfc03bc7095f62067a /docs/_includes/header.html | |
| parent | 41d6cad4b65e9f6ab688d97a542363f9df00f6ba (diff) | |
| download | bootstrap-a5dbd936a68e0910ca43ef1230907d7c7e8aa325.tar.xz bootstrap-a5dbd936a68e0910ca43ef1230907d7c7e8aa325.zip | |
Nuke IE8 stuff from docs
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 9f68b0a7c..47e7e9839 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -21,26 +21,20 @@ {% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} <!-- Optional Bootstrap Theme --> -{% if site.github %} - <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> -{% else %} - <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet"> -{% endif %} + {% if site.github %} + <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> + {% else %} + <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet"> + {% endif %} {% endif %} <!-- Documentation extras --> <link href="../assets/css/docs.min.css" rel="stylesheet"> -<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="../assets/js/ie-emulation-modes-warning.js"></script> -<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> -<!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> -<![endif]--> - <!-- Favicons --> <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"> <link rel="icon" href="/favicon.ico"> |
