MediaWiki:Common.css: Difference between revisions

From base48
imported>Admin
No edit summary
imported>Admin
No edit summary
Line 6: Line 6:
.page-Main_Page table td:nth-child(2) {
.page-Main_Page table td:nth-child(2) {
   width:500px;
   width:500px;
}
.page-Main_Page table th:nth-child(4) {
  width:40px;
}
}


.page-Main_Page table td:nth-child(3) {
.page-Main_Page table th:nth-child(5) {
   width:150px;
   width:63px;
}
}

Revision as of 21:13, 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:500px;
}
.page-Main_Page table th:nth-child(4) {
  width:40px;
}

.page-Main_Page table th:nth-child(5) {
  width:63px;
}