Sha256: eaefb0675297a0e48c4cb55fd2b8e2100ea14b9da3cfa76ceb7aacb80fdf7655
Contents?: true
Size: 519 Bytes
Versions: 15
Compression:
Stored size: 519 Bytes
Contents
// Media objects // Source: http://stubbornella.org/content/?p=497 // -------------------------------------------------- // Common styles // ------------------------- .media{ margin-top: 15px; @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; } }
Version data entries
15 entries across 15 versions & 1 rubygems