Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
.infobox img { | .infobox img { | ||
max-width: 80%; | max-width: 80%; | ||
+ | margin: 2em 0; | ||
height: auto; | height: auto; | ||
} | } |
Revision as of 18:45, 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: 150%; font-weight: bold; } .infobox img { max-width: 80%; margin: 2em 0; height: auto; } .infobox th { text-align: left; }