Sha256: 2f95cbe6e8b18d0fdeafd6327afbc24ee376039ba4994e708d034deb86a32c20
Contents?: true
Size: 557 Bytes
Versions: 41
Compression:
Stored size: 557 Bytes
Contents
/* Table of Contents ================================================== #Breadcrumb */ /* #Breadcrumb ================================================== */ .breadcrumb { list-style: none; margin-bottom: 10px; padding: 0; } .breadcrumb > li { display: inline-block; font-size: 12px; font-weight: bold; } .breadcrumb > li > a { color: rgba(58,144,216,1); opacity: 0.8; } .breadcrumb > li > a:hover { opacity: 1; } .breadcrumb > li > .divider { color: rgba(71,74,84,1); padding: 0 5px; } .breadcrumb > .active { color: rgba(71,74,84,1); }
Version data entries
41 entries across 41 versions & 2 rubygems