MediaWiki:Common.css: Difference between revisions

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


#code {
#code {
background-color:red;
margin-left:1.5em;
}
 
#codecomment {
    color:light-grey;
}
}

Revision as of 22:34, 15 January 2025

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

#code {
	margin-left:1.5em;
}

#codecomment {
    color:light-grey;
}