Sha256: 79d3ebcc11b1cb337c7e1c6e58445fdb845775c2da7c9b30dc36b0e7ce539b51
Contents?: true
Size: 896 Bytes
Versions: 14
Compression:
Stored size: 896 Bytes
Contents
/// /// Ethereal by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* List */ ol { list-style: decimal; margin: 0 0 _size(element-margin) 0; padding-left: 1.25rem; li { padding-left: 0.25rem; } } ul { list-style: disc; margin: 0 0 _size(element-margin) 0; padding-left: 1rem; li { padding-left: 0.5rem; } &.alt { list-style: none; padding-left: 0; li { border-top: solid 1px _palette(border); padding: 0.5rem 0; &:first-child { border-top: 0; padding-top: 0; } } } } dl { margin: 0 0 _size(element-margin) 0; dt { display: block; font-weight: _font(weight-bold); margin: 0 0 (_size(element-margin) * 0.5) 0; } dd { margin-left: _size(element-margin); } }
Version data entries
14 entries across 14 versions & 1 rubygems