Sha256: 3883817fcc428dda9ffbaab7ce5f3a3a6b6924eda8024e79b15602f55adc92bd
Contents?: true
Size: 901 Bytes
Versions: 37
Compression:
Stored size: 901 Bytes
Contents
@import "_colors"; @import "_mixins"; #product-variants { margin-bottom: 1em; ul { .no-bullets; .no_margin_or_padding; } } #product-images { .column(7); h4 { padding: 6px 0px; margin: 0px; font-weight: bold; clear: both; } #main-image { min-height: 250px; position: relative; img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } } } #product-description { .column(8); .colborder; } #cart-form { .column-last(7); } #taxon-crumbs { .column(24); display: block; float: right; margin-top: 20px; width: 300px; } dl.table-display { margin: 0; padding: 0; } dl.table-display dt, dl.table-display dd { float: left; margin: 0; padding: 5px; border-top: 1px solid @default_border_color; } dl.table-display dt { width: 100px; } dl.table-display dd { width: 180px; }
Version data entries
37 entries across 37 versions & 7 rubygems