Sha256: 3765b4ac373fb27fc7424c181de75d8b2f9f9bd3b4aca11cd15af3e6bd7412ca
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
@import "formol/mixins/after_clear"; hgroup { h2 { &:first-letter { text-transform: capitalize; } margin-bottom: 0; } h4 { margin-top: 0; padding-left: 10px; color: #aaa; font-style: italic; } } .forum_tools { list-style-type: none; padding: 0; li { display: inline-block; } } .formol_forum_topics { .topics .unread .meta { background-image: url('/assets/formol/unread.png'); } .head { &:after { @include after_clear; } > span { &:first-letter { text-transform: capitalize; } float: left; } .title { width: 51%; padding-right: 30px; } } .formol_topic { &:after { @include after_clear; } > span { float: left; } } .topics { list-style-type: none; padding: 0; margin: 0; } .meta { width: 51%; padding-left: 30px; background: transparent url('/assets/formol/read.png') no-repeat scroll left 7px; .title { display: block; } } .posts_count, .views_count { width: 9%; text-align: center; } .last_post { width: 25%; .created_by { display: block; } time { color: #aaa; font-style: italic; } } }
Version data entries
3 entries across 3 versions & 1 rubygems