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:
Tom Byers
2019-11-28 13:19:02 +00:00
parent 048f0f3179
commit 9263bac59e
3 changed files with 0 additions and 9 deletions

View File

@@ -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>