Difference between revisions of "MediaWiki:Common.css"
From Point Omega Research
Line 35: | Line 35: | ||
table.mice-and-men.table7 td { | table.mice-and-men.table7 td { | ||
− | min-height: | + | min-height: 3.5em; |
} | } | ||
Revision as of 12:59, 4 February 2013
/* CSS placed here will be applied to all skins */ table.mice-and-men { border-collapse: collapse; border: 1px solid black; } table.mice-and-men th { /* scope=col is the default */ padding: 2pt 8pt; text-align: center; font-weight: bold; border-bottom: 1px solid black; } table.mice-and-men th.corner { border-right: 1px solid black; } table.mice-and-men th[scope=row] { padding: 2pt 8pt; border-right: 1px solid black; border-bottom: none; font-weight: bold; text-align: left; } table.mice-and-men td { padding: 2pt 8pt; text-align: center; } table.mice-and-men.table2 th[scope=row]:first-child { border-right: none; } table.mice-and-men.table7 td { min-height: 3.5em; } table.mice-and-men.table7 td.nth-child(2) { text-align: left; }