Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
m
Line 8: Line 8:
  
 
/* test: fix headers and content overflow to the right over/under infoboxes */
 
/* test: fix headers and content overflow to the right over/under infoboxes */
h2, h3, h4, h5, h6, tt, code, pre, p {
+
h2, h3, h4, h5, h6, tt, code, pre {
 
overflow: hidden;
 
overflow: hidden;
 
direction: ltr;
 
direction: ltr;
 
}
 
}

Revision as of 23:17, 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 {
overflow: hidden;
direction: ltr;
}