Moved print inside base stylesheet using media rules. One less HTTP GET.
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(../../base/css/display.css);
|
||||
@import url(../../base/css/display.css) screen, projection, tv, print;
|
||||
|
||||
@media screen, projection, tv {
|
||||
body,
|
||||
a:active {
|
||||
background-color:#CEE1E9;
|
||||
@@ -516,3 +517,4 @@ background-position:90% 47%;
|
||||
background-position:10% 47%;
|
||||
}
|
||||
|
||||
}/*end of @media screen, projection, tv*/
|
||||
|
Reference in New Issue
Block a user