MediaWiki:Common.css: Difference between revisions
Appearance
	
	
imported>Admin No edit summary  | 
				imported>Admin No edit summary  | 
				||
| Line 5: | Line 5: | ||
}  | }  | ||
.page-Main_Page table td:nth-child(2) {  | .page-Main_Page table td:nth-child(2) {  | ||
   width:  |    width:500px;  | ||
}  | }  | ||
.page-Main_Page table td:nth-child(3) {  | .page-Main_Page table td:nth-child(3) {  | ||
   width:  |    width:150px;  | ||
}  | }  | ||
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:500px;
}
.page-Main_Page table td:nth-child(3) {
  width:150px;
}