Sha256: 81e78a9ed7868ade50e4bb187fb3f04d6b8ed797642da26ed0b6f28e77fa9533
Contents?: true
Size: 1.47 KB
Versions: 3
Compression:
Stored size: 1.47 KB
Contents
@import "formol/mixins/after_clear"; .forums { padding: 0; list-style-type: none; margin: 0; } .formol_category { margin-bottom: 10px; h2 { margin: 0; margin-bottom: 0.7em; padding: 0.1em 0.2em; border-bottom: 1px solid #a5a5a5; a { text-decoration: none; color: black; } } } .formol_category_forums { min-width: 650px; margin-left: 15px; .forums .unread .metas { background-image: url('/assets/formol/unread.png'); } .formol_forum { margin-bottom: 5px; } .head { > span { float: left; &:first-letter { text-transform: capitalize; } } .label { width: 51%; padding-right: 30px; } &:after { @include after_clear; } } .formol_forum { &:after { @include after_clear; } > span { float: left; } .metas { width: 51%; padding-left: 30px; background: transparent url('/assets/formol/read.png') no-repeat scroll left 7px; height: 38px; } .label { display: block; } .description { color: #777; padding-left: 4px; font-style: italic; } } .topics_count, .posts_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