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
-17
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%);