Sha256: ee24c2df929d515781ddcf7c7345dac4242db2bd8ca3ce9171d3373c582e2538
Contents?: true
Size: 564 Bytes
Versions: 16
Compression:
Stored size: 564 Bytes
Contents
@import "lib/reset.scss"; @import "lib/shadow.scss"; @import "lib/horizontal-list.scss"; .blog > .article { clear: both; width: 100%; > h2 { margin: 0; } > .author, > .date { float: left; font-size: 90%; color: #555555; margin: 0.2em 0.4em 1em 0; } > .content { clear: both; width: 100%; } > .full { clear: both; float: right; } } .blog-menu { @include reset-table; @include reset-box-model; @include no-box-shadow; tr { background: transparent; td { vertical-align: top; } } }
Version data entries
16 entries across 16 versions & 1 rubygems