More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 130%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 15: | Line 15: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; |
Revision as of 16:46, 24 July 2024
.infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em; width: 22em; } .infobox-title { font-size: 130%; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: left; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; }