summaryrefslogtreecommitdiff
path: root/theme/pigeonthoughts
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-07-22 05:22:09 +0000
committerBrion Vibber <brion@pobox.com>2010-07-22 05:22:09 +0000
commit3040a5ff858c88651f9ef01a9822d2c567f86467 (patch)
tree2650fa78008333576e5be3960bfb6115fd96e233 /theme/pigeonthoughts
parent25e963769c866d6847064fd88172483a9c6b1964 (diff)
Quick fix for IE7 via sammy: remove redundant media specifiers from base style @import in main themes.
The <link>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.
Diffstat (limited to 'theme/pigeonthoughts')
-rw-r--r--theme/pigeonthoughts/css/display.css2
1 files changed, 1 insertions, 1 deletions
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 {