jenkins-bot has submitted this change and it was merged.

Change subject: Use mw-wiki-logo class instead of inline background-image
......................................................................


Use mw-wiki-logo class instead of inline background-image

Depends on I4e6db89a688 in mediawiki-core.

Bug: 56257
Change-Id: I0f9ab45ff2da29c2aac8559b9a0fe35c1dd238de
---
M VectorTemplate.php
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/VectorTemplate.php b/VectorTemplate.php
index 62452d1..cd70ac4 100644
--- a/VectorTemplate.php
+++ b/VectorTemplate.php
@@ -187,9 +187,7 @@
                                </div>
                        </div>
                        <div id="mw-panel">
-                               <div id="p-logo" role="banner"><a 
style="background-image: url(<?php
-                                       $this->text( 'logopath' )
-                                       ?>);" href="<?php
+                               <div id="p-logo" role="banner"><a 
class="mw-wiki-logo" href="<?php
                                        echo htmlspecialchars( 
$this->data['nav_urls']['mainpage']['href'] )
                                        ?>" <?php
                                        echo Xml::expandAttributes( 
Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) )

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0f9ab45ff2da29c2aac8559b9a0fe35c1dd238de
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Edokter <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to