No edit summary |
(Padding to bottom too.) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
margin-top: 0; | margin-top: 0; | ||
margin-bottom: 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;
}