Merge "Replace #p-lang-list with #p-lang .body ul"

This commit is contained in:
jenkins-bot
2014-05-23 09:31:54 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
margin: 5px 0; margin: 5px 0;
} }
#p-lang-list .uls-trigger { #p-lang .body ul .uls-trigger {
background-image: none; background-image: none;
padding: 0; padding: 0;
} }

View File

@@ -317,6 +317,6 @@
}; };
$( document ).ready( function () { $( document ).ready( function () {
$( '#p-lang-list' ).compactInterlanguageList(); $( '#p-lang .body ul' ).compactInterlanguageList();
} ); } );
}( jQuery, mediaWiki ) ); }( jQuery, mediaWiki ) );