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:
parent
25e963769c
commit
3040a5ff85
@ -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 {
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(../../base/css/display.css) screen, projection, tv, print;
|
||||
@import url(../../base/css/display.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
body,
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(../../base/css/display.css) screen, projection, tv, print;
|
||||
@import url(../../base/css/display.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
body,
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user