Sha256: afcd8b2df126cf0c4fb0aa2ede0ad23739bbc5fc0cf774941dca9c8bcbd9a6c4
Contents?: true
Size: 632 Bytes
Versions: 12
Compression:
Stored size: 632 Bytes
Contents
@import "lncs.scss"; @import "shared.scss"; @import "shared_override.scss"; header { .actions, .context { display: none; } } // Table of contents ol.index-entries { margin-bottom: 0; } ol.index-entries[depth="0"] { li { font-weight: bold; } } ol.index-entries[depth="1"] { margin-bottom: 1em; li { font-weight: normal; } } figure.numbered pre { counter-reset: precode; code { &::before { color: lightgray; left: -1.75em; text-align: right; display: inline-block; width: 1.5em; content: counter(precode) " "; counter-increment: precode; } } }
Version data entries
12 entries across 12 versions & 1 rubygems