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.
This commit is contained in:
Brion Vibber 2010-07-22 05:22:09 +00:00
parent 25e963769c
commit 3040a5ff85
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
* @link http://status.net/ * @link http://status.net/
*/ */
@import url(base.css) screen, projection, tv, print; @import url(base.css);
@media screen, projection, tv { @media screen, projection, tv {
html { html {

View File

@ -7,7 +7,7 @@
* @link http://status.net/ * @link http://status.net/
*/ */
@import url(../../base/css/display.css) screen, projection, tv, print; @import url(../../base/css/display.css);
@media screen, projection, tv { @media screen, projection, tv {
body, body,

View File

@ -7,7 +7,7 @@
* @link http://status.net/ * @link http://status.net/
*/ */
@import url(../../base/css/display.css) screen, projection, tv, print; @import url(../../base/css/display.css);
@media screen, projection, tv { @media screen, projection, tv {
body, body,

View File

@ -7,7 +7,7 @@
* @link http://status.net/ * @link http://status.net/
*/ */
@import url(base.css) screen, projection, tv, print; @import url(base.css);
@media screen, projection, tv { @media screen, projection, tv {
html { html {