Removing IE8 deprecation notice

I think we're well past warning IE8 users that the site won't work for
them
This commit is contained in:
Jeff Avallone 2017-07-30 01:33:22 -04:00
parent d2ef260f81
commit 04a7f45dbd
3 changed files with 0 additions and 28 deletions

View File

@ -1,5 +0,0 @@
<div id="deprecation-notice">
<h1>Regexper</h1>
<p>Your browser is no longer supported by the current version of Regexper. Please upgrade your browser to the latest version.</p>
</div>

View File

@ -19,11 +19,6 @@
<!-- Built: {{date}} -->
</head>
<body>
<!--[if lte IE 8]>
{{> "ie8_notice"}}
<![endif]-->
<!--[if gt IE 8]> <!-->
<header>
<div class="logo">
<h1><a href="/">Regexper</a></h1>
@ -69,6 +64,5 @@
</footer>
{{> "open_iconic"}}
<!-- <![endif]-->
</body>
</html>

View File

@ -56,23 +56,6 @@ ul.inline-list {
}
}
#deprecation-notice {
background: $green;
background: linear-gradient(to bottom, $green 0%, $dark-green 100%);
padding: rhythm(1);
margin: rhythm(1);
@include box-shadow;
@include clearfix;
h1 {
font-family: 'Bangers', 'cursive';
}
p {
margin-top: rhythm(1);
}
}
header {
background: $green;
background: linear-gradient(to bottom, $green 0%, $dark-green 100%);