mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Use body instead of .mediawiki to increase CSS selector specificity
Change-Id: Ie583ef2f98e3c0e58e06c8ac289dc04ccee07329
This commit is contained in:
parent
6444edf33d
commit
7632b8f779
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue