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:
parent
d2ef260f81
commit
04a7f45dbd
@ -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>
|
@ -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>
|
||||
|
@ -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%);
|
||||
|
Loading…
Reference in New Issue
Block a user