Sha256: 38dc8c75f083d60cf807dccb24637c91dc51f47d104464e9de84c02e64c88052
Contents?: true
Size: 705 Bytes
Versions: 22
Compression:
Stored size: 705 Bytes
Contents
/* Table of Contents ================================================== #List */ /* #List ================================================== */ ul, ol { font-size: 16px; line-height: 25px; } ul { padding-left: 17px; } ol { padding-left: 23px; } .list-small { font-size: 14px; line-height: 22px; } .list-unstyled { list-style-type: none; padding: 0; } .list-inline > li { display: inline-block; margin-right: 10px; } .list-inline > li:last-child { margin-right: 0; } .list-scrollable { max-height: 200px; max-width: 100%; overflow: scroll; } 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
22 entries across 22 versions & 1 rubygems