Sha256: fa686dc8ee12f4ea932be77ba666acf2e449da0930af150c1f85eb4ef8a33387
Contents?: true
Size: 660 Bytes
Versions: 4
Compression:
Stored size: 660 Bytes
Contents
div.news_block { div.news_list { position: relative; /** Needed to ensure items are laid out relative to this container **/ padding: 0; margin: 0; div.fact { display: block; float: left; /*width: 229px;*/ /*max-height: 350px;*/ overflow: hidden; margin-bottom: 25px; img { margin-bottom: 15px; max-width: 100%; } &.clear_left { clear: left; } } &.per_row_3 { .fact { width: 33.33333%; } } &.per_row_4 { .fact { width: 25%; } } &.is_news_page { div.fact { } } } }
Version data entries
4 entries across 4 versions & 1 rubygems