(Vertical align top.) |
(Again.) |
||
Line 6: | Line 6: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
.infobox td { | .infobox tr td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 15:56, 1 July 2023
/* CSS placed here will be applied to all skins */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 10px;
margin-bottom: 10px;
}
.infobox tr td {
vertical-align: top;
}