Vector: Remove compatibility for old variant menu HTML

Removing backwards-compatibility CSS from an earlier change.

Follow-up to Idf43d77dccff83ad81db776f3262e0ef12d25c92.

Change-Id: I2817c6e9eb52ffc785a04bb9d23b0802a553fd45
This commit is contained in:
Bartosz Dziewoński 2014-08-10 04:07:50 +02:00
parent a40e241b93
commit 768ba62ad3
2 changed files with 1 additions and 23 deletions

View File

@ -416,9 +416,7 @@ class VectorTemplate extends BaseTemplate {
}
}
?>
<h3 id="p-variants-label"><span
style="display: block;" <?php /* Temporary WMF deployment hack, to be removed before 1.24 release */ ?>
><?php echo htmlspecialchars( $variantLabel ) ?></span><a href="#"></a></h3>
<h3 id="p-variants-label"><span><?php echo htmlspecialchars( $variantLabel ) ?></span><a href="#"></a></h3>
<div class="menu">
<ul>

View File

@ -143,26 +143,6 @@ div#mw-head div.vectorMenu h3 {
margin-right: -1px;
}
// The "Variants" menu has a really funny structure
// Temporary WMF deployment hack, to be removed before 1.24 release
div#mw-head div.vectorMenu#p-variants {
#p-variants-label span {
display: none;
}
#mw-vector-current-variant {
display: inline-block;
float: left;
padding-right: 20px;
font-size: 0.8em;
padding-left: 0.5em;
padding-top: 1.375em;
font-weight: normal;
border: none;
background-image: none;
}
}
div.vectorMenu h3 span {
display: block;
font-size: 0.8em;