Sha256: c7a7c2a79fa0b6c16b1485262af21fd550ae1fb5a88f7a58b95a6f5109c9f593
Contents?: true
Size: 690 Bytes
Versions: 26
Compression:
Stored size: 690 Bytes
Contents
/* Table of Contents ================================================== #List */ /* #List ================================================== */ ul, ol { font-size: 16px; line-height: 25px; } ul { padding-left: 17px; } ol { padding-left: 23px; } ul.list-small, ol.list-small { font-size: 14px; line-height: 22px; } ul.list-unstyled { list-style-type: none; padding: 0; } ul.list-inline li, ol.list-inline li { display: inline-block; margin-right: 10px; } ul.list-inline li:last-child, ol.list-inline li:last-child { margin-right: 0; } dl dt, dl dd { font-size: 16px; line-height: 25px; } dl dt { font-weight: bold; margin-bottom: 5px; } dl dd { margin: 0 0 5px 10px; }
Version data entries
26 entries across 26 versions & 4 rubygems