(Try again.) |
(Padding to bottom too.) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
padding: 10px; | padding: 10px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | |||
.infobox tbody { | |||
vertical-align: top; | vertical-align: top; | ||
} | |||
.tight-list ul { | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
} | |||
.tree-chart { | |||
padding-top: 2em; | |||
padding-bottom: 2em; | |||
} | } |
Latest revision as of 18:11, 12 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;
}
.tight-list ul {
margin-top: 0;
margin-bottom: 0;
}
.tree-chart {
padding-top: 2em;
padding-bottom: 2em;
}