Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
pre, tt, code {
+
/* fix to chrome and safari */
font-size: 10pt !important;
+
pre {
 +
font-size: 0.8em !important;
 
}
 
}

Revision as of 19:42, 18 September 2011

/* CSS placed here will be applied to all skins */
/* fix to chrome and safari */
pre {
font-size: 0.8em !important;
}