(Qualify collapsible toggle.) Tag: Reverted |
(Don't try to move collapsible toggle.) Tag: Manual revert |
||
Line 8: | Line 8: | ||
.infobox tbody { | .infobox tbody { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 20:34, 2 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 tbody {
vertical-align: top;
}