diff options
author | Anika Henke <anika@selfthinker.org> | 2012-07-01 23:32:17 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-07-01 23:32:17 +0100 |
commit | 30ac15881c304ba4b3779da54941b4b3d048f1b7 (patch) | |
tree | b560c9e961e846610449dc062425b3bd11cfeb81 | |
parent | c0670a18504afca86e3544e151035f42daf17200 (diff) | |
download | rpg-30ac15881c304ba4b3779da54941b4b3d048f1b7.tar.gz rpg-30ac15881c304ba4b3779da54941b4b3d048f1b7.tar.bz2 |
added forgotten deprecated comment to userrtl.css in config cascade
-rw-r--r-- | inc/config_cascade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/config_cascade.php b/inc/config_cascade.php index e4a3df353..e1ab0eead 100644 --- a/inc/config_cascade.php +++ b/inc/config_cascade.php @@ -50,6 +50,8 @@ $config_cascade = array_merge( ), 'userstyle' => array( 'screen' => DOKU_CONF.'userstyle.css', + // @deprecated 2012-04-09: rtl will cease to be a mode of its own, + // please use "[dir=rtl]" in any css file in all, screen or print mode instead 'rtl' => DOKU_CONF.'userrtl.css', 'print' => DOKU_CONF.'userprint.css', 'feed' => DOKU_CONF.'userfeed.css', |