Template:Item infobox/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
removed custom gap ID field, added a generic medium gap class to use in ID & size fields
Aliser (talk | contribs)
removed left margin on internal size
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
.list-gap-medium li:not(:last-child) {
.list-gap-medium li:not(:last-child) {
margin-bottom: .5em;
margin-bottom: .5em;
}
.druid-data-InternalSize {
margin-bottom: 0.6em;
}
}

Latest revision as of 06:44, 10 April 2025

/* a custom class for adding gaps to lists → medium gap */
.list-gap-medium li:not(:last-child) {
	margin-bottom: .5em;
}

.druid-data-InternalSize {
	margin-bottom: 0.6em;
}