mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
fb9eccc071
These are currently being overriden by styles inside core which also set margin to 0. In I83ac918ad8807c65aab2cd1dd8d7d2cd34b512af these would override the default leading to unintended UI changes. Bug: T354975 Change-Id: I379ad6293bd1aa2a9304369969978cea684da98a
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
/** element that wraps a notice that comes from wiki page */
|
|
#localNotice {
|
|
margin-bottom: 0.9em;
|
|
}
|
|
|
|
/* Site Notice (includes notices from CentralNotice extension) */
|
|
#siteNotice {
|
|
font-size: @font-size-site-notice;
|
|
}
|