Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
m
m
Line 5: Line 5:
 
font-size: 10pt !important;
 
font-size: 10pt !important;
 
white-space: pre-line;
 
white-space: pre-line;
 +
}
 +
 +
/* test: fix headers and content overflow to the right over/under infoboxes */
 +
h2, h3, h4, h5, h6, tt, code, pre, p {
 +
overflow: hidden;
 +
direction: ltr;
 
}
 
}

Revision as of 23:10, 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;
}

/* test: fix headers and content overflow to the right over/under infoboxes */
h2, h3, h4, h5, h6, tt, code, pre, p {
overflow: hidden;
direction: ltr;
}