Sha256: 31f3b653b75655ac592f020ffe06a752300816bb9623ba677c65b99adcb59e1b
Contents?: true
Size: 617 Bytes
Versions: 3
Compression:
Stored size: 617 Bytes
Contents
// // Breadcrumbs // -------------------------------------------------- .breadcrumb { padding: 8px 15px; margin: 0 0 @line-height-base; list-style: none; background-color: #f5f5f5; border-radius: @border-radius-base; > li { display: inline-block; text-shadow: 0 1px 0 #fff; &:after { display: inline-block; content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: #ccc; } &:last-child:after { content: ""; // No divider after last element } } > .active { color: @grayLight; } }
Version data entries
3 entries across 3 versions & 2 rubygems