Difference between revisions of "MediaWiki:Common.css"

Line 10: Line 10:
  
 
.infobox img {
 
.infobox img {
     width: 50px;
+
     width: 300px;
 
}
 
}

Revision as of 20:21, 29 November 2016

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

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

.blank div {
     display: none !important;
}

.infobox img {
     width: 300px;
}