MediaWiki:Common.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Line 2: Line 2:


#code {
#code {
margin-left:1.5em;
padding-left:1.5em;
}
}



Revision as of 22:54, 15 January 2025

/* CSS placed here will be applied to all skins */

#code {
	padding-left:1.5em;
}

#codecomment {
    color: grey;
}