Difference between revisions of "MediaWiki:Common.css"
From base48
Line 7: | Line 7: | ||
} | } | ||
− | .page-Main_Page table th:nth-child( | + | .page-Main_Page table th:nth-child(3) { |
width:100px; | width:100px; | ||
} | } |
Revision as of 21:14, 18 March 2012
/* CSS placed here will be applied to all skins */
.page-Main_Page table td:nth-child(1) {
width:300px;
}
.page-Main_Page table td:nth-child(2) {
}
.page-Main_Page table th:nth-child(3) {
width:100px;
}
.page-Main_Page table th:nth-child(4) {
width:40px;
}
.page-Main_Page table th:nth-child(5) {
width:63px;
}
.page-Main_Page table th:nth-child(6) {
width:150px;
}