MediaWiki:Common.css: Difference between revisions
From Applied Science
| No edit summary | No edit summary | ||
| Line 6: | Line 6: | ||
| #codecomment { | #codecomment { | ||
|      color: |      font-color:red; | ||
| } | } | ||
Revision as of 22:36, 15 January 2025
/* CSS placed here will be applied to all skins */
#code {
	margin-left:1.5em;
}
#codecomment {
    font-color:red;
}

