MediaWiki:Vector-2022.css: Difference between revisions

From Halopedia, the Halo wiki

(Created page with "→‎CSS placed here will affect users of the Vector 2022 skin: #siteSub { display: block; }")
 
No edit summary
Line 2: Line 2:


#siteSub { display: block; }
#siteSub { display: block; }
#mw-indicator-rc {
top: -16px;
font-size: 80%;
}
#rc-bot {
margin-top: 0 !important;
}

Revision as of 17:44, August 7, 2023

/* CSS placed here will affect users of the Vector 2022 skin */

#siteSub { display: block; }

#mw-indicator-rc {
	top: -16px;
	font-size: 80%;
}
#rc-bot {
	margin-top: 0 !important;
}