MediaWiki:Common.css: Difference between revisions

Attempt to change SyntaxHighlight's comment and single-comment styles
No edit summary
(Attempt to change SyntaxHighlight's comment and single-comment styles)
 
Line 549:
font-size: 88%;
line-height: 1.25em;
}
 
/* Override SyntaxHighlight's comment and single-comment styles to no longer be italisized */
.mw-highlight .c {
font-style: normal;
}
.mw-highlight .c1 {
font-style: normal;
}