Sha256: de3a6c628de961c67e676451c51a21de537e08764a47c5a905a6c8b9cd8be133
Contents?: true
Size: 558 Bytes
Versions: 12
Compression:
Stored size: 558 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(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(43,50,53,1); }
Version data entries
12 entries across 12 versions & 1 rubygems