Moved print inside base stylesheet using media rules. One less HTTP GET.

This commit is contained in:
Sarven Capadisli
2010-03-24 14:50:12 +01:00
parent a3da5b24c9
commit 647b3a1f6b
11 changed files with 174 additions and 7 deletions

View File

@@ -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*/