Sha256: 2dc08face886a503e5a461746d1ed71bcd23db5f98ba8ebd8ba47f13c65d2765
Contents?: true
Size: 555 Bytes
Versions: 5
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(34,34,34,1); } .breadcrumb > li > a:hover { color: rgba(27,192,109,1); } .breadcrumb > li > .divider { color: rgba(34,34,34,1); padding: 0 5px; } .breadcrumb > .active { color: rgba(27,192,109,1); }
Version data entries
5 entries across 5 versions & 1 rubygems