Merge "Revert "Only apply vertical margin to #siteNotice content when non-empty""

This commit is contained in:
jenkins-bot 2023-02-23 19:57:05 +00:00 committed by Gerrit Code Review
commit af2c9c61c6

View file

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