Use body instead of .mediawiki to increase CSS selector specificity

Change-Id: Ie583ef2f98e3c0e58e06c8ac289dc04ccee07329
This commit is contained in:
Fomafix 2015-08-04 17:19:56 +00:00 committed by [[mw:User:Fomafix]]
parent 6444edf33d
commit 7632b8f779
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
/* mediawiki.notification */
// This wrapper class is needed to ensure these rules have larger CSS
// This wrapper element is needed to ensure these rules have larger CSS
// selector specificity than default styles
.mediawiki {
body {
.mw-notification-area {
font-size: 0.8em;
}