Sha256: e644ab2a4b144d6ad80ea67875f4663e864471574a3e7939b8fbd1c923f96f92
Contents?: true
Size: 456 Bytes
Versions: 13
Compression:
Stored size: 456 Bytes
Contents
/* Nested `list-style` types for ordered lists */ ul, ol { margin: 0; padding: 0; list-style: none; } .rendered_from_wysiwyg, .wysiwyg_wrapper { ul, ol { list-style-position: inside; margin-left: 1rem; } ul { list-style-type: disc; } ol { list-style: decimal; ol { list-style: upper-alpha; ol { list-style: lower-roman; ol { list-style: lower-alpha; } } } } }
Version data entries
13 entries across 13 versions & 1 rubygems