MediaWiki:Common.css: Difference between revisions
mNo edit summary |
Undo revision 672 by Administrator (talk) Tag: Undo |
||
(5 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | |||
/* Fix for infobox image centering and proportions */ | |||
.mw-parser-output .infobox-image { | |||
text-align: center; | |||
padding: 0.2em; | |||
} | |||
.mw-parser-output .infobox-image img { | |||
max-width: 220px; | |||
height: auto; | |||
display: inline-block; | |||
} | |||
.mw-parser-output .infobox-caption { | |||
text-align: center; | |||
line-height: normal; | |||
padding-top: 0.2em; | |||
} | |||
.infobox-full-data { | |||
text-align: center; | |||
vertical-align: top; | |||
} | } |