mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-01 02:37:05 +00:00
967fc5d350
Bug: T345766 Change-Id: Ib7a10d3351ad99c025237ab03ece84c1e2c1e257
13 lines
288 B
Plaintext
13 lines
288 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;
|
|
margin: @grid-row-gap 0;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|