Sha256: 67a74e9688fcc15226d47764cd6c0fbddd5cab6f2196cd9f539e8adc1413c608
Contents?: true
Size: 422 Bytes
Versions: 5
Compression:
Stored size: 422 Bytes
Contents
/* =Lists -----------------------------------------------------------------------------*/ // Simple .lists-simple { margin-left: 0; list-style: none; } .lists-simple ul, .lists-simple ol { list-style: none; margin-left: 1.5em; } // Dash .lists-dash { margin-left: 18px; } .lists-dash li { list-style-type: none; } .lists-dash li:before{ content: "\2013"; position: relative; margin-left: -10px; left: -7px; }
Version data entries
5 entries across 5 versions & 1 rubygems