From 2e9581d462c8e10bc1b76bc1065994d129f90ecb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 29 Aug 2014 19:47:44 +0200 Subject: [PATCH] mediawiki.ui: Remove deployment hack Follow-up to a88f8a49. Change-Id: Ie068551db381c63a78c1a4f2bee84c9876d08012 --- resources/src/mediawiki.ui/components/forms.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/src/mediawiki.ui/components/forms.less b/resources/src/mediawiki.ui/components/forms.less index 9ee8ef43a0..4943db5674 100644 --- a/resources/src/mediawiki.ui/components/forms.less +++ b/resources/src/mediawiki.ui/components/forms.less @@ -125,7 +125,6 @@ // This specifies styling for individual field validation error messages. // Show them below the fields to prevent line break glitches, and leave // some space between the field and the error message box. - .mw-ui-vform-div .error, /* for backwards-compatibility, remove before 1.24 */ .mw-ui-vform-field .error { display: block; margin-top: 5px; @@ -143,7 +142,6 @@ // // (We use a broad definition of 'field' here: a purely textual information // block is also a "field".) -.mw-ui-vform-div, /* for backwards-compatibility, remove before 1.24 */ .mw-ui-vform-field { display: block; margin: 0 0 15px; -- 2.20.1