Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: .infobox th, td { padding: 10px; }")
 
Line 2: Line 2:
  
 
.infobox th, td {
 
.infobox th, td {
     padding: 10px;
+
     padding: 5px;
 
}
 
}

Revision as of 00:27, 22 November 2016

/* CSS placed here will be applied to all skins */

.infobox th, td {
    padding: 5px;
}