Sha256: d735667df272b04fabb4dd9fa38eb1490caa8d1feef1b85eef146f4d0db51308
Contents?: true
Size: 718 Bytes
Versions: 8
Compression:
Stored size: 718 Bytes
Contents
// Media objects // Source: http://stubbornella.org/content/?p=497 // -------------------------------------------------- // Common styles // ------------------------- .media{ margin-top: 15px; list-style: none; @include clearfix(); &:first-child{ margin-top: 0; } > .cover { display: block; float: left; margin-right: 10px; &.ext { float: right; margin-left: 10px; margin-right: 0; } } .desc { overflow: hidden; zoom: 1; } .heading { margin: 0 0 5px; } &.invert{ text-align: right; > .cover{ float: right; margin-left: 10px; margin-right: 0; } } } .mediae{ padding-left: 0; list-style: none; }
Version data entries
8 entries across 8 versions & 1 rubygems