mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Revert "Use mw-wiki-logo class instead of inline background-image"
Caused bug 71334.
This reverts commit 9ebb220b7f
.
Bug: 71334
Change-Id: I19736c98d5f66319c1cb1425a28cd8acd4fd364e
This commit is contained in:
parent
9ebb220b7f
commit
b74bb7ae9a
|
@ -187,7 +187,9 @@ class VectorTemplate extends BaseTemplate {
|
|||
</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' ) )
|
||||
|
|
Loading…
Reference in a new issue