Sha256: 6b471df5880e0016dd7117ff2d9df0b2dbe2e9ffd42bb5e470cee5266d680a04
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
/** * Grid container */ .div_facts { position: relative; /** Needed to ensure items are laid out relative to this container **/ padding: 0; margin: 0; display: none; .fact { display: block; float: left; width: 229px; max-height: 350px; overflow: hidden; margin-bottom: 20px; img { margin-bottom: 10px; } } } div.news_widget { background-color: #b0b0b0; }
Version data entries
7 entries across 7 versions & 2 rubygems