Template:Item/styles.css: Difference between revisions
From Space Station 14 Wiki
(Created page with ".item {} .item-icon { margin-right: .1em; }") |
(fixed styles due to the module optimizations) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.item {} | .item { | ||
font-weight: bold; | |||
} | |||
.item-icon { | .item-icon { | ||
margin-right: .1em; | margin-right: .1em; | ||
} | } |