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:
Legoktm 2014-09-25 21:14:17 +00:00
parent 9ebb220b7f
commit b74bb7ae9a
1 changed files with 3 additions and 1 deletions

View File

@ -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' ) )