Adding a deprecation notice for IE8

I may add similar notices for other old browsers, but IE8 was
particularly bad since it does not render most of the styles
This commit is contained in:
Jeff Avallone
2014-12-25 07:59:03 -05:00
parent d21846e872
commit 68e4bed048
2 changed files with 28 additions and 0 deletions
+19
View File
@@ -44,6 +44,25 @@ ul.inline-list {
}
}
#deprecation-notice {
@include background(linear-gradient(to bottom, $green, $dark-green));
background-color: $green;
padding: rhythm(1);
margin: rhythm(1);
@include border-radius(20px);
@include box-shadow;
@include clearfix;
h1 {
@include adjust-font-size-to(48px, 2);
font-family: 'Bangers', 'cursive';
}
p {
margin-top: rhythm(1);
}
}
header {
@include background(linear-gradient(to bottom, $green, $dark-green));
background-color: $green;