No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.tight-list { | .tight-list ul { | ||
margin-top: 0; | margin-top: 0; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } |
Revision as of 19:22, 4 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;
}