Sha256: ae7c6450c8d50e6f1662c5854883e9f3d722f1bf8dc1722b7b3ffd647605a2f1
Contents?: true
Size: 440 Bytes
Versions: 3
Compression:
Stored size: 440 Bytes
Contents
// Lists // ========================================================================== ul, ol { list-style-type: none; padding: 0; } // Bulleted lists .list-bullet { list-style-type: disc; margin-left: 20px; } // Numbered lists .list-number { list-style-type: decimal; margin-left: 25px; } .list-bullet, .list-number { margin-top: 5px; margin-bottom: 20px; } .list-bullet li, .list-number li { margin-bottom: 5px; }
Version data entries
3 entries across 3 versions & 1 rubygems