Template:Item infobox/styles.css: Difference between revisions
From Space Station 14 Wiki
gap between list elements in ID field |
InternalSize style adjustments |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* | /* a custom class for adding gaps to lists → medium gap */ | ||
. | .list-gap-medium li:not(:last-child) { | ||
margin-bottom: .5em; | margin-bottom: .5em; | ||
} | |||
.druid-data-InternalSize { | |||
margin-left: 0.5em; | |||
margin-bottom: 0.6em; | |||
} | } |