mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Revert "Only apply vertical margin to #siteNotice content when non-empty"
This reverts commit ff8a5bc034
.
Reason for revert: T325219 is expected
Change-Id: Id153bcd5d365263dfa84e7c2e45d69d1c72fabdd
This commit is contained in:
parent
ff8a5bc034
commit
41bd9569cf
|
@ -8,11 +8,7 @@
|
|||
/* Site Notice (includes notices from CentralNotice extension) */
|
||||
#siteNotice {
|
||||
font-size: @font-size-site-notice;
|
||||
margin: @grid-row-gap 0;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
||||
// e.g. #centralNotice, #localNotice, when not empty (T325219)
|
||||
> div:not( :empty ) {
|
||||
margin: @grid-row-gap 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue