From f379eb3654fea32d559fcc27b4da1d5e2ff4b0e9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 13:54:04 -0800 Subject: This is what was sitting on the server --- style.scss | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 0b6033c..ef9e08d 100644 --- a/style.scss +++ b/style.scss @@ -117,10 +117,7 @@ body { } } -@media (max-width: 1050px) { - @include small_branding; -} -@media (max-width: 800px) { +@mixin mobile_branding { body #page header#branding { hgroup { height: auto; @@ -157,3 +154,18 @@ body { } } } + +#ie7, #ie8 { + @include small_branding; +} + +#ie6 { + @include mobile_branding; +} + +@media (max-width: 1050px) { + @include small_branding; +} +@media (max-width: 800px) { + @include mobile_branding; +} -- cgit v1.2.3