From 3040a5ff858c88651f9ef01a9822d2c567f86467 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 22 Jul 2010 05:22:09 +0000 Subject: Quick fix for IE7 via sammy: remove redundant media specifiers from base style @import in main themes. The s already specify screen/etc media, so all it was doing was breaking. There are still some issues, but most things seem to work-ish as long as Realtime plugins are off. --- theme/pigeonthoughts/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/pigeonthoughts') diff --git a/theme/pigeonthoughts/css/display.css b/theme/pigeonthoughts/css/display.css index e584683fc..3d6db00e1 100644 --- a/theme/pigeonthoughts/css/display.css +++ b/theme/pigeonthoughts/css/display.css @@ -7,7 +7,7 @@ * @link http://status.net/ */ -@import url(base.css) screen, projection, tv, print; +@import url(base.css); @media screen, projection, tv { html { -- cgit v1.2.3-54-g00ecf