No edit summary |
(Padding to tree chart.) |
||
Line 13: | Line 13: | ||
margin-top: 0; | margin-top: 0; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | |||
.tree-chart { | |||
padding-top: 2em; | |||
} | } |
Revision as of 18:09, 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;
}