Followup r91672: remove commented-out reference to removed file (rtl.css)
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 15 Jul 2011 02:21:52 +0000 (02:21 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 15 Jul 2011 02:21:52 +0000 (02:21 +0000)
skins/MonoBook.php

index 472bbf3..ab72506 100644 (file)
@@ -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' );
-
        }
 }