mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -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="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" />
|
||||
<style>
|
||||
.govuk-header__container { border-color: #005EA5 }
|
||||
</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">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user