mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
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
This commit is contained in:
parent
1c93781c78
commit
fb9eccc071
|
@ -6,7 +6,4 @@
|
|||
/* Site Notice (includes notices from CentralNotice extension) */
|
||||
#siteNotice {
|
||||
font-size: @font-size-site-notice;
|
||||
margin: @grid-row-gap 0;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue