mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:CentralNotice
|
|
* Module: ext.centralNotice.display
|
|
* Version: REL1_35 4aa2a8f
|
|
*
|
|
* Date: 2022-06-16
|
|
*/
|
|
|
|
// This is needed so that the dismiss button won't be covered
|
|
// by the fixed header, and right at where it should be
|
|
#centralNotice {
|
|
position: relative;
|
|
}
|