MediaWiki:Common.css: Difference between revisions
fixed left-9 |
expanded column formatting to 12 |
||
| Line 18: | Line 18: | ||
table.left-7 td:nth-child(7), | table.left-7 td:nth-child(7), | ||
table.left-8 td:nth-child(8), | table.left-8 td:nth-child(8), | ||
table.left-9 td:nth-child(9) { | table.left-9 td:nth-child(9), | ||
table.left-10 td:nth-child(10), | |||
table.left-11 td:nth-child(11), | |||
table.left-12 td:nth-child(12) { | |||
text-align: left; | text-align: left; | ||
} | } | ||
| Line 30: | Line 33: | ||
table.center-7 td:nth-child(7), | table.center-7 td:nth-child(7), | ||
table.center-8 td:nth-child(8), | table.center-8 td:nth-child(8), | ||
table.center-9 td:nth-child(9) { | table.center-9 td:nth-child(9), | ||
table.center-10 td:nth-child(10), | |||
table.center-11 td:nth-child(11), | |||
table.center-12 td:nth-child(12) { | |||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 42: | Line 48: | ||
table.right-7 td:nth-child(7), | table.right-7 td:nth-child(7), | ||
table.right-8 td:nth-child(8), | table.right-8 td:nth-child(8), | ||
table.right-9 td:nth-child(9) { | table.right-9 td:nth-child(9), | ||
table.right-10 td:nth-child(10), | |||
table.right-11 td:nth-child(11), | |||
table.right-12 td:nth-child(12) { | |||
text-align: right; | text-align: right; | ||
} | } | ||