Sha256: b500fe273ed52fe51c8cf036eb945ae65955341b1da5dd46f2cac9d68ed3c32e
Contents?: true
Size: 562 Bytes
Versions: 27
Compression:
Stored size: 562 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(15,135,226,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(71,74,84,1); }
Version data entries
27 entries across 27 versions & 1 rubygems