Replace #p-lang-list for monobook as well

Followup to I154919a54b032dd481fe080204a2a16819d85140

Change-Id: Ibbfccfe2300f10808a45ee2bb1ecb45dcf3eb079
This commit is contained in:
Federico Leva
2014-05-23 18:18:17 +02:00
committed by Amire80
parent 77fd46e914
commit b8517a2a1d
2 changed files with 3 additions and 2 deletions

View File

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

View File

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