From 259bf0f560969f1337a1bf4ea9933a3432eab57b Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Mon, 21 Apr 2014 12:05:07 -0400 Subject: [PATCH] Remove from screen.scss that was causing errors --- source/stylesheets/screen.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 63e3304..44f9c71 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -430,7 +430,7 @@ html, body { border-radius: 4px; border: 1px solid #F7E633; text-shadow: 1px 1px 0 #666; - @include background(linear-gradient(to bottom right, #F7E633 0%, #F1D32F 100%)); + @include background(linear-gradient(bottom right, #F7E633 0%, #F1D32F 100%)); } }