Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
m
m
Line 14: Line 14:
 
h2 {
 
h2 {
 
clear: left;
 
clear: left;
 +
}
 +
div.thumb.tright {
 +
clear: none;
 
}
 
}

Revision as of 01:52, 1 October 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;
}
h2 {
clear: left;
}
div.thumb.tright {
clear: none;
}