Sha256: 637360a55e8b7e473cac27987c94ba5154f0040489c6bc052c2abea04826fda7
Contents?: true
Size: 620 Bytes
Versions: 4
Compression:
Stored size: 620 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; } 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
4 entries across 4 versions & 1 rubygems