(bug 25856) fix exaggerated indentation of checkbox text
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 15:37:55 +0000 (15:37 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 15:37:55 +0000 (15:37 +0000)
includes/installer/WebInstaller.php

index 2668ba7..9f4e6da 100644 (file)
@@ -802,7 +802,6 @@ class WebInstaller extends CoreInstaller {
                                $params['value'],
                                $params['attribs'] + array(
                                        'id' => $params['controlName'],
-                                       'class' => 'config-input-text',
                                        'tabindex' => $this->nextTabIndex(),
                                )
                        ) .