Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 22:22, 30 September 2011

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

/* fix to chrome and safari */
pre, tt, code {
font-size: 10pt !important;
white-space: pre-line;
}