MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(restrict dashed headers to content body, remove obsolete diff background style)
(infobox img max-width to 400px)
Line 80: Line 80:


/* Infobox */
/* Infobox */
.infobox img { margin-bottom: 2px; max-width: 258px; height: auto; }
.infobox img { margin-bottom: 2px; max-width: 400px; height: auto; }
.infotable { margin: 0px; border: 1px solid #253125; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.infotable { margin: 0px; border: 1px solid #253125; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.infotable th, .infotable td { border: 1px solid #253125; padding: 2px; vertical-align: middle; }
.infotable th, .infotable td { border: 1px solid #253125; padding: 2px; vertical-align: middle; }