Sha256: 363b75e6810ddd1cba2cba6e2a85670100b4d83e220c654301870326c15497ca
Contents?: true
Size: 684 Bytes
Versions: 34
Compression:
Stored size: 684 Bytes
Contents
@mixin text { //margin-bottom: 1.5em; h2 { font-size: 1.2em; font-weight: bold; border-top: 8px solid #ddd; padding-top: 16px; } small { font-size: 80%; } strong { font-style: italic; } em { font-weight: bold; } p { margin-bottom: 18px; } ul { margin-top: 1em; margin-left: 1em; margin-bottom: 2em; li { list-style-type: disc; margin-bottom: 1em !important; p { margin-bottom: 0; } ul { margin-bottom: 1em; margin-left: 1.5em; li { margin-bottom: 0 !important; list-style-type: none; } } } } ol li { list-style-type: lower-alpha; } }
Version data entries
34 entries across 34 versions & 1 rubygems