Sha256: da0fa4db58ce45d3a26af0d3723b15ae81c268a306b7dc29bd4e51443b6d2469
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; code, var, kbd, pre { font: normal .8rem/115% Consolas, Monaco, 'Andale Mono', monospace; } code, var, kbd { display: inline-block; background: $gray-dark; border-radius: 2px; padding: 2px 4px; } pre { padding: $padding; margin: $margin 0; background: $gray-light; border: 1px solid $gray-dark; border-radius: 3px; text-align: left; direction: ltr; white-space: pre; word-spacing: normal; font-size: .9rem; overflow-x: auto; code { padding: 0; margin: 0; color: inherit; font: inherit; white-space: pre-wrap; background: transparent; border: none; } &.code--scrollable { max-height: 350px; overflow-y: auto; } } kbd { background: #fff; position: relative; border: 1px solid $gray-dark; border-top-color: $gray-dark; box-shadow: 0 2px 0 1px $gray-darkest; top: -3px; }
Version data entries
5 entries across 5 versions & 1 rubygems