Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/144690

Change subject: SpecialSearch.php: Remove inline style="margin:0em"
......................................................................

SpecialSearch.php: Remove inline style="margin:0em"

This is already set by
fieldset#mw-searchoptions { margin: 0; }
in mediawiki.special.search.css

Change-Id: I21effce300ab1c699b2715cc50e36b52122dc265
---
M includes/specials/SpecialSearch.php
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/90/144690/1

diff --git a/includes/specials/SpecialSearch.php 
b/includes/specials/SpecialSearch.php
index 0b53a20..47d5715 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -953,10 +953,7 @@
                }
 
                // Return final output
-               return Xml::openElement(
-                       'fieldset',
-                       array( 'id' => 'mw-searchoptions', 'style' => 
'margin:0em;' )
-               ) .
+               return Xml::openElement( 'fieldset', array( 'id' => 
'mw-searchoptions' ) ) .
                        Xml::element( 'legend', null, $this->msg( 
'powersearch-legend' )->text() ) .
                        Xml::tags( 'h4', null, $this->msg( 'powersearch-ns' 
)->parse() ) .
                        Html::element( 'div', array( 'id' => 
'mw-search-togglebox' ) ) .

-- 
To view, visit https://gerrit.wikimedia.org/r/144690
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I21effce300ab1c699b2715cc50e36b52122dc265
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to