From 68e4bed048c399d7229f64e42934dc1b3a58c877 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Thu, 25 Dec 2014 07:59:03 -0500 Subject: [PATCH] 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 --- src/sass/main.scss | 19 +++++++++++++++++++ template.html | 9 +++++++++ 2 files changed, 28 insertions(+) diff --git a/src/sass/main.scss b/src/sass/main.scss index 89f1de8..be3c678 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -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; diff --git a/template.html b/template.html index e32c490..7805a92 100644 --- a/template.html +++ b/template.html @@ -16,6 +16,14 @@ + +
@@ -49,5 +57,6 @@ +