Difference between revisions of "MediaWiki:Common.css"

From CEED Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
}
 
}
  
.infobox .printer-thumb {
+
.infobox img {
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}

Revision as of 18:35, 5 December 2018

.infobox {
  float: right;
  clear: right;
  background: #f9f9f9;
  border: 1px solid #aaa;
  max-width: 25em;
  padding: 0.5em;
}

.infobox .name, .infobox .printer-thumb {
  text-align: center;
}

.infobox .name {
  font-size: 125%;
}

.infobox img {
  max-width: 100%;
}