Sha256: de455b7edc7cd152e1d56380c9e838ced21608e95ebc7c6c8844b7e4cd06c09d
Contents?: true
Size: 670 Bytes
Versions: 4
Compression:
Stored size: 670 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%; } } &.per_row_3 { .fact { width: 33.33333%; } } &.per_row_4 { .fact { width: 25%; } } &.is_news_page { div.fact { } } } &.style_photostudio { @include style_photostudio; } }
Version data entries
4 entries across 4 versions & 1 rubygems