Sha256: 1075f2da116e2a969093ca2e1e6bc8d3ac75d66acb8b6ae08a06cde45394920d
Contents?: true
Size: 562 Bytes
Versions: 9
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(58,144,216,1); } .breadcrumb > li > a:hover { color: rgba(158,171,179,1); } .breadcrumb > li > .divider { color: rgba(71,74,84,1); padding: 0 5px; } .breadcrumb > .active { color: rgba(71,74,84,1); }
Version data entries
9 entries across 9 versions & 1 rubygems