Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
Line 3: Line 3:
 
pre {
 
pre {
 
font-size: 10pt !important;
 
font-size: 10pt !important;
}
 
.portlet .pbody ul {
 
line-height: 1.5em;
 
margin-left: 1.5em;
 
 
}
 
}

Revision as of 20:49, 18 September 2011

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