Sha256: ff61b0f58d99056d48f82691bf0b967ff875a5cc40b4c2b12b26d4e41af3e328
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
/** * Reset some basic elements */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, %vertical-rhythm { margin: $base-font-size / 2 0; } html { height: 100%; } body { height: 100%; ::-moz-selection { background: $select-color; } ::-webkit-selection { background: $select-color; } ::selection { background: $select-color; } } .clearfix { &:after { content: ""; display: table; clear: both; } } .left { float: left; } .right { float: right; } button { cursor: pointer; outline: none; background-color: transparent; padding: 0; margin: 0; border-width: 0; font-size: $base-font-size; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-text-theme-1.4.3 | _sass/base/_base.scss |
jekyll-text-theme-1.4.2 | _sass/base/_base.scss |
jekyll-text-theme-1.4.1 | _sass/base/_base.scss |