mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
18 lines
227 B
Plaintext
18 lines
227 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* Module: mediawiki.skinning.interface-site-notice
|
||
|
* Version: REL1_39
|
||
|
*
|
||
|
* Date: 2022-11-15
|
||
|
*/
|
||
|
|
||
|
#siteNotice {
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#localNotice {
|
||
|
margin-bottom: var( --space-md );
|
||
|
}
|