Sha256: 7d5b777b5153a3a4fa03ad0a3f07dd336b90a160335e9be441dad2859fdd5ea1
Contents?: true
Size: 725 Bytes
Versions: 7
Compression:
Stored size: 725 Bytes
Contents
/* Table of Contents ================================================== #Sort */ /* #Sort ================================================== */ .sort { border-top: 1px solid rgba(217,222,225,1); border-bottom: 1px solid rgba(217,222,225,1); list-style-type: none; padding: 0; } .sort > li { padding: 5px 0; } .sort > li:first-child { padding-bottom: 5px; padding-top: 10px; } .sort > li:last-child { padding-bottom: 10px; padding-top: 5px; } .sort-bordered > li { border-top: 1px solid rgba(217,222,225,1); padding: 8px 0; } .sort-bordered > li:first-child { border: none; } .sort-striped > li:nth-child(even) { background-color: rgba(246,247,249,1); } .sort-scrollable { max-height: 300px; overflow-y: scroll; }
Version data entries
7 entries across 7 versions & 1 rubygems