diff options
author | Anika Henke <anika@selfthinker.org> | 2011-02-26 21:22:14 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-02-26 21:22:14 +0000 |
commit | 318cd03ee91d3a5344bab636a77c3cb19c32c5b7 (patch) | |
tree | 9e8fa3e38cd511bf8f7b301f2f7219fedaa3963f /inc/config_cascade.php | |
parent | aeb1fea310b2067fbd3e259b9a2822783a2b7221 (diff) | |
download | dokuwiki-318cd03ee91d3a5344bab636a77c3cb19c32c5b7.tar.gz dokuwiki-318cd03ee91d3a5344bab636a77c3cb19c32c5b7.zip |
improved css.php and core styles
* code cleanup in lib/exe/css.php
* renamed 'default' userstyle to 'screen' in config_cascade
* splitted core lib/styles/style.css up into all.css, print.css and screen.css
Diffstat (limited to 'inc/config_cascade.php')
-rw-r--r-- | inc/config_cascade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/config_cascade.php b/inc/config_cascade.php index b016de8a0..96cd5d4b5 100644 --- a/inc/config_cascade.php +++ b/inc/config_cascade.php @@ -49,7 +49,7 @@ $config_cascade = array_merge( 'local' => array(DOKU_CONF.'wordblock.local.conf'), ), 'userstyle' => array( - 'default' => DOKU_CONF.'userstyle.css', + 'screen' => DOKU_CONF.'userstyle.css', 'rtl' => DOKU_CONF.'rtlstyle.css', 'print' => DOKU_CONF.'printstyle.css', 'feed' => DOKU_CONF.'feedstyle.css', |