MediaWiki:Common.css: Difference between revisions
Appearance
imported>Admin No edit summary |
imported>Admin No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.page-Main_Page table | .page-Main_Page table th:nth-child(1) { | ||
width:300px; | width:300px; | ||
} | } | ||
.page-Main_Page table | .page-Main_Page table th:nth-child(2) { | ||
} | } | ||
Revision as of 21:15, 18 March 2012
/* CSS placed here will be applied to all skins */
.page-Main_Page table th:nth-child(1) {
width:300px;
}
.page-Main_Page table th: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;
}