Sha256: 74d0496f5b8a51e1240d200804123f40d24b6335e85b76f1092b81e783d06b8e
Contents?: true
Size: 555 Bytes
Versions: 17
Compression:
Stored size: 555 Bytes
Contents
/* Table of Contents ================================================== # Breadcrumb */ /* # Breadcrumb ================================================== */ .breadcrumb { list-style: none; margin-bottom: 10px; padding: 0; } .breadcrumb > li { display: inline-block; font-weight: bold; font-size: 13px; } .breadcrumb > li > a { color: rgba(0,132,255,1); } .breadcrumb > li > a:hover { color: rgba(136,153,166,1); } .breadcrumb > li > .divider { color: rgba(43,50,53,1); padding: 0 5px; } .breadcrumb > .active { color: rgba(43,50,53,1); }
Version data entries
17 entries across 17 versions & 1 rubygems