From 9f867044f2a76a5694114f3f327596349d97c602 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 10 Nov 2010 15:37:55 +0000 Subject: [PATCH] (bug 25856) fix exaggerated indentation of checkbox text --- includes/installer/WebInstaller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index 2668ba7cd2..9f4e6da44c 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -802,7 +802,6 @@ class WebInstaller extends CoreInstaller { $params['value'], $params['attribs'] + array( 'id' => $params['controlName'], - 'class' => 'config-input-text', 'tabindex' => $this->nextTabIndex(), ) ) . -- 2.20.1