summaryrefslogtreecommitdiff
path: root/inc/config_cascade.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-26 21:22:14 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-26 21:22:14 +0000
commit318cd03ee91d3a5344bab636a77c3cb19c32c5b7 (patch)
tree9e8fa3e38cd511bf8f7b301f2f7219fedaa3963f /inc/config_cascade.php
parentaeb1fea310b2067fbd3e259b9a2822783a2b7221 (diff)
downloadrpg-318cd03ee91d3a5344bab636a77c3cb19c32c5b7.tar.gz
rpg-318cd03ee91d3a5344bab636a77c3cb19c32c5b7.tar.bz2
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.php2
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',