Difference between revisions of "MediaWiki:Common.css"
From Ogame Wiki - Preview (mw1.22)
Francolino (Talk | contribs) |
Francolino (Talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | div# | + | div#bodyContentxxx h1 { |
clear:both !important; | clear:both !important; | ||
} | } | ||
− | div# | + | div#bodyContentxxx h2 { |
clear:both !important; | clear:both !important; | ||
} | } | ||
− | div# | + | div#bodyContentxxx h3 { |
clear:both !important; | clear:both !important; | ||
} | } |
Revision as of 21:18, 3 December 2010
/* CSS placed here will be applied to all skins */ div#bodyContentxxx h1 { clear:both !important; } div#bodyContentxxx h2 { clear:both !important; } div#bodyContentxxx h3 { clear:both !important; }