mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 21:38:24 -04:00
Remove all code targetting IE8
We've dropped support for IE8 so this isn't needed. For reference: https://github.com/alphagov/notifications-admin/pull/3158#pullrequestreview-308447860
This commit is contained in:
@@ -17,14 +17,10 @@
|
|||||||
<link rel="apple-touch-icon" href="/static/images/govuk-apple-touch-icon.png?3c45daa1f1e716458e4da954b973002e">
|
<link rel="apple-touch-icon" href="/static/images/govuk-apple-touch-icon.png?3c45daa1f1e716458e4da954b973002e">
|
||||||
|
|
||||||
<link rel="stylesheet" media="screen" href="/static/stylesheets/main.css?d077f86473501ab244de0b30600536ee" />
|
<link rel="stylesheet" media="screen" href="/static/stylesheets/main.css?d077f86473501ab244de0b30600536ee" />
|
||||||
<!--[if IE 8]><link rel="stylesheet" media="screen" href="/static/stylesheets/main-ie8.css?4638f558599ead1fc571e1657e3f3b7a"/><![endif]-->
|
|
||||||
<link rel="stylesheet" media="print" href="/static/stylesheets/print.css?28010888ca5719dc83d7c2c80f6ed2b2" />
|
<link rel="stylesheet" media="print" href="/static/stylesheets/print.css?28010888ca5719dc83d7c2c80f6ed2b2" />
|
||||||
<style>
|
<style>
|
||||||
.govuk-header__container { border-color: #005EA5 }
|
.govuk-header__container { border-color: #005EA5 }
|
||||||
</style>
|
</style>
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="/static/javascripts/html5shivs.js?e2c1844f4c9d7976d8703f5b8c853163"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<meta property="og:image" content="/static/images/govuk-opengraph-image.png">
|
<meta property="og:image" content="/static/images/govuk-opengraph-image.png">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -17,14 +17,10 @@
|
|||||||
<link rel="apple-touch-icon" href="/static_503/images/govuk-apple-touch-icon.png?3c45daa1f1e716458e4da954b973002e">
|
<link rel="apple-touch-icon" href="/static_503/images/govuk-apple-touch-icon.png?3c45daa1f1e716458e4da954b973002e">
|
||||||
|
|
||||||
<link rel="stylesheet" media="screen" href="/static_503/stylesheets/main.css?d077f86473501ab244de0b30600536ee" />
|
<link rel="stylesheet" media="screen" href="/static_503/stylesheets/main.css?d077f86473501ab244de0b30600536ee" />
|
||||||
<!--[if IE 8]><link rel="stylesheet" media="screen" href="/static_503/stylesheets/main-ie8.css?4638f558599ead1fc571e1657e3f3b7a"/><![endif]-->
|
|
||||||
<link rel="stylesheet" media="print" href="/static_503/stylesheets/print.css?28010888ca5719dc83d7c2c80f6ed2b2" />
|
<link rel="stylesheet" media="print" href="/static_503/stylesheets/print.css?28010888ca5719dc83d7c2c80f6ed2b2" />
|
||||||
<style>
|
<style>
|
||||||
.govuk-header__container { border-color: #005EA5 }
|
.govuk-header__container { border-color: #005EA5 }
|
||||||
</style>
|
</style>
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="/static_503/javascripts/html5shivs.js?e2c1844f4c9d7976d8703f5b8c853163"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<meta property="og:image" content="/static_503/images/govuk-opengraph-image.png">
|
<meta property="og:image" content="/static_503/images/govuk-opengraph-image.png">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user