Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
.infobox th, td {
 
.infobox th, td {
 
     padding: 5px;
 
     padding: 5px;
 +
}
 +
 +
.blank div {
 +
    display: none !important;
 
}
 
}

Revision as of 23:10, 22 November 2016

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

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

.blank div {
     display: none !important;
}