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