Difference between revisions of "MediaWiki:Common.css"

From Starfleet Commander
Jump to navigationJump to search
m
m
Line 16: Line 16:
 
}
 
}
 
div.thumb.tright {
 
div.thumb.tright {
clear: none;
 
}
 
div.thumb.tleft {
 
 
clear: none;
 
clear: none;
 
}
 
}

Revision as of 02:41, 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;
}