diff options
author | Anika Henke <anika@selfthinker.org> | 2012-10-12 23:15:53 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-10-12 23:15:53 +0100 |
commit | cacfb6067895a011e255d9f940a8dac2fa2c1110 (patch) | |
tree | 93466db5bb1fbc6c79261af76e1621eef66e8822 /lib/exe/css.php | |
parent | 0c49c5d6c2b38fdcf269e570dd7948632d3b23ff (diff) | |
download | rpg-cacfb6067895a011e255d9f940a8dac2fa2c1110.tar.gz rpg-cacfb6067895a011e255d9f940a8dac2fa2c1110.tar.bz2 |
fixed interwiki and filetype styles being included in all css modes
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index ae160558a..1e662c64a 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -122,8 +122,10 @@ function css_out(){ // print the default classes for interwiki links and file downloads if ($mediatype == 'screen') { + print '@media screen {'; css_interwiki(); css_filetypes(); + print '}'; } // load files |