Difference between revisions of "MediaWiki:Common.css"
From base48
(Created page with "→CSS placed here will be applied to all skins: .page-Main_Page table td:nth-child(1) { width:400px; }") |
|||
Line 2: | Line 2: | ||
.page-Main_Page table td:nth-child(1) { | .page-Main_Page table td:nth-child(1) { | ||
− | width: | + | width:300px; |
+ | } | ||
+ | .page-Main_Page table td:nth-child(2) { | ||
+ | width:300px; | ||
+ | } | ||
+ | |||
+ | .page-Main_Page table td:nth-child(3) { | ||
+ | width:100px; | ||
} | } |
Revision as of 21:11, 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) {
width:300px;
}
.page-Main_Page table td:nth-child(3) {
width:100px;
}