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

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


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

Caused bug 71334.

This reverts commit 9ebb220b7f72d3702f459fb597f360f5e24c9f0c.

Bug: 71334
Change-Id: I19736c98d5f66319c1cb1425a28cd8acd4fd364e
---
M VectorTemplate.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  Florianschmidtwelzow: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/VectorTemplate.php b/VectorTemplate.php
index c4b2188..30ba32e 100644
--- a/VectorTemplate.php
+++ b/VectorTemplate.php
@@ -187,7 +187,9 @@
                                </div>
                        </div>
                        <div id="mw-panel">
-                               <div id="p-logo" role="banner"><a 
class="mw-wiki-logo" href="<?php
+                               <div id="p-logo" role="banner"><a 
style="background-image: url(<?php
+                                       $this->text( 'logopath' )
+                                       ?>);" 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/163020
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I19736c98d5f66319c1cb1425a28cd8acd4fd364e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Edokter <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[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