Sha256: fc89300023eee0cad7f47210b6be5fccf3114a1bb55a120e6522ef9391c41d10
Contents?: true
Size: 530 Bytes
Versions: 15
Compression:
Stored size: 530 Bytes
Contents
/* Image */ .image { border: 0; position: relative; &:before { background: url('images/overlay.png'); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } &.fit { display: block; img { display: block; width: 100%; } } &.featured { display: block; margin: 0 0 2em 0; img { display: block; width: 100%; } } }
Version data entries
15 entries across 15 versions & 1 rubygems