Sha256: 21be7c5ed89fb9c7a76ec325dc465ac87a6056765e6e536501ea882f0477559d
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 Bytes
Contents
/* Lists */ ul, ol { list-style-position: inside; @include style-m-trbl(14); } li ul, li ol { font-size: 1em; } ul { list-style-type: disc; } ol { list-style-type: decimal; } dl { @include style-m-trbl(14); } dl dt { font-weight: bold; margin-top: 1em * $base_size / 12; } dl dd { margin-bottom: 0em; } dd { margin-left: 1em * $base_size / 12; } ol ol, ol ul, ul ul, ul ol { margin-left: 1em * $base_size / 12; }
Version data entries
4 entries across 4 versions & 2 rubygems