mediawiki-skins-Vector/resources/skins.vector.styles.legacy/components/SiteNotice.less
Jon Robson fb9eccc071 Remove redundant site notice styles
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
2024-02-20 09:28:24 -08:00

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;
}