Difference between revisions of "MediaWiki:Common.css"
ADVERTISEMENT
From Diablo Wiki
m |
m |
||
Line 9: | Line 9: | ||
background: #2D0606; | background: #2D0606; | ||
clear:both; | clear:both; | ||
− | |||
} | } | ||
Line 15: | Line 14: | ||
text-align:center; | text-align:center; | ||
font-size:12px; | font-size:12px; | ||
+ | vertical-align:top; | ||
} | } | ||
Line 20: | Line 20: | ||
font-size:10px; | font-size:10px; | ||
text-align:left; | text-align:left; | ||
+ | vertical-align:top; | ||
} | } |
Revision as of 12:20, 9 July 2009
body.page-Main_Page h1.firstHeading { display:none; } table.navbox { width: 80%; border-collapse: collapse; background: #2D0606; clear:both; } table.navbox th { text-align:center; font-size:12px; vertical-align:top; } table.navbox td { font-size:10px; text-align:left; vertical-align:top; }