Difference between revisions of "MediaWiki:Common.css"
From Starfleet Commander
Jump to navigationJump to searchm |
m |
||
Line 17: | Line 17: | ||
div.thumb.tright { | div.thumb.tright { | ||
clear: none; | clear: none; | ||
+ | } | ||
+ | div.thumb.tleft { | ||
+ | clear: both; | ||
} | } |
Revision as of 02:37, 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; } div.thumb.tleft { clear: both; }