(Padding to tree chart.) |
(Padding to bottom too.) |
||
Line 17: | Line 17: | ||
.tree-chart { | .tree-chart { | ||
padding-top: 2em; | 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;
}