Sha256: 40bcbaf91d45548da3d91a86ccb8218cdca11d47a699d9a3600ccdc737f2af72
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
@import 'lib/reset.scss'; @import 'lib/rounded.scss'; @import 'lib/shadow.scss'; .gallery { @include reset-table; @include reset-box-model; width: 100%; background: transparent; td { border: 0px none; vertical-align: top; text-align: center; } img { @include box-shadow(2px, 2px, 8px, #BBB); margin: 5px; &:hover { @include no-box-shadow; margin: 7px 3px 3px 7px; } } a.title { display: block; font-size: 80%; color: #555; } }
Version data entries
16 entries across 16 versions & 1 rubygems