Sha256: 32b734eb697bdb6581ec82d6c007b5275622ea2e754383ce0c685da133271bc3
Contents?: true
Size: 632 Bytes
Versions: 44
Compression:
Stored size: 632 Bytes
Contents
// // Sorting // -------------------------------------------------- //== Main style // //## .sort_link, .sort_link_asc, .sort_link_desc position: relative cursor: pointer &:hover text-decoration: none .sort_link:before, .sort_link.asc:before, .sort_link.desc:before position: absolute bottom: 7px right: -15px font-family: FontAwesome opacity: .9 width: 10px height: 10px display: block .sort_link:before content: "\f0dc" opacity: .3 .sort_link.asc:before content: "\f0d7" .sort_link.desc:before content: "\f0d8" .sort_link.asc.disabled:before, .sort_link.desc.disabled:before opacity: .1
Version data entries
44 entries across 44 versions & 1 rubygems