Sha256: 532523d6b8691593b51cd839b1af2714057279887e56b0c2f35aec659553288f
Contents?: true
Size: 1.15 KB
Versions: 6
Compression:
Stored size: 1.15 KB
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; html { font-size: $base-size; line-height: $base-line-height; } h1 { font-size: $h1-size; } h2 { font-size: $h2-size; } h3 { font-size: $h3-size; } h4 { font-size: $h4-size; } h5 { font-size: $h5-size; } h6 { font-size: $h6-size; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: $base-line-height; font-weight: normal; } p, ul, ol { margin: $margin 0 0 0; ul, ol { margin: 0; } } hr { margin: $margin 0; } blockquote { margin: $margin; padding: 0 $padding; border-left: 5px solid $gray; cite { display: block; font-size: $small-size; } cite:before { content: "\2014 \00A0"; /* em dash */ } } mark { display: inline-block; background: $gray-dark; border-radius: $round; padding: 0 .3em; } .text-muted { color: $default; } .text-info { color: darken($info, 15%); } .text-error { color: darken($error, 15%); } .text-warning { color: darken($warning, 15%); } .text-success { color: darken($success, 15%); }
Version data entries
6 entries across 6 versions & 1 rubygems