summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/css
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-04-09 14:15:29 +0100
committerAnika Henke <anika@selfthinker.org>2012-04-09 14:15:29 +0100
commit6c47a78cc56b2c460658675c694bd178c31a1830 (patch)
tree18bb56f536579c0a902fd2606c4c590c9d6f1f6c /lib/tpl/dokuwiki/css
parent0607bfee2c4334d31415541abb89026e77c7628a (diff)
downloadrpg-6c47a78cc56b2c460658675c694bd178c31a1830.tar.gz
rpg-6c47a78cc56b2c460658675c694bd178c31a1830.tar.bz2
load only one stylesheet for all modes instead of three
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead! Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
Diffstat (limited to 'lib/tpl/dokuwiki/css')
0 files changed, 0 insertions, 0 deletions