From: Roan Kattouw Date: Fri, 15 Jul 2011 02:21:52 +0000 (+0000) Subject: Followup r91672: remove commented-out reference to removed file (rtl.css) X-Git-Tag: 1.31.0-rc.0~28832 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=4e54150fa15035baa292945379a5d57a07f776bd;p=lhc%2Fweb%2Fwiklou.git Followup r91672: remove commented-out reference to removed file (rtl.css) --- diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 472bbf3255..ab72506769 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -44,9 +44,6 @@ class SkinMonoBook extends SkinTemplate { //$out->addStyle( 'monobook/IE60Fixes.css', 'screen', 'IE 6' ); //$out->addStyle( 'monobook/IE70Fixes.css', 'screen', 'IE 7' ); - // TODO: migrate - //$out->addStyle( 'monobook/rtl.css', 'screen', '', 'rtl' ); - } }