aboutsummaryrefslogtreecommitdiffstats
path: root/skins/Chick.php
diff options
context:
space:
mode:
authorAndrew Garrett <werdna@users.mediawiki.org>2009-04-24 08:47:56 +0000
committerAndrew Garrett <werdna@users.mediawiki.org>2009-04-24 08:47:56 +0000
commite8aa289e486fd9cd43c895cc4f1640934ed3b365 (patch)
tree44420fb9fb4bc4f690c2e54ddb9ffee6b0db790c /skins/Chick.php
parente7b184a776319e1cf9b0d25bc4f2c391eb4ef209 (diff)
downloadmediawikicore-e8aa289e486fd9cd43c895cc4f1640934ed3b365.tar.gz
mediawikicore-e8aa289e486fd9cd43c895cc4f1640934ed3b365.zip
Fix prefsectiontip styles (class renamed to htmlform-tip)
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/49802
Diffstat (limited to 'skins/Chick.php')
-rw-r--r--skins/Chick.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/Chick.php b/skins/Chick.php
index a995b6dcc438..35d83937c445 100644
--- a/skins/Chick.php
+++ b/skins/Chick.php
@@ -33,4 +33,4 @@ class SkinChick extends SkinTemplate {
$out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
$out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
}
-} \ No newline at end of file
+}