MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .toctitle{ background:none!important; }")
 
No edit summary
Line 2: Line 2:
.toctitle{
.toctitle{
background:none!important;
background:none!important;
}
.infobox th, .navbar th{
background:none!important;
    border: none!important;
}
}

Revision as of 15:59, 2 May 2021

/* All CSS here will be loaded for users of the Citizen skin */
.toctitle{
	background:none!important;
}

.infobox th, .navbar th{
	background:none!important;
    border: none!important;
}