Sha256: a23f9cc7160c10dfdbfc957f3f3f4b11c2e5f867902918b171a8fcfe59876631
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
// // Breadcrumbs // -------------------------------------------------- .breadcrumb { padding: 8px 15px; margin: 0 0 $baseLineHeight; list-style: none; background-color: #f5f5f5; @include ctb-border-radius($baseBorderRadius); > li { display: inline-block; @include ctb-ie7-inline-block(); text-shadow: 0 1px 0 $white; > .divider { padding: 0 5px; color: #ccc; } } > .active { color: $grayLight; } }
Version data entries
4 entries across 4 versions & 1 rubygems