Commit 2eb4c6fc authored by Mark Otto's avatar Mark Otto

cleanup breadcrumbs less code (nesting)

parent ecbf1159
......@@ -12,13 +12,13 @@
li {
display: inline-block;
text-shadow: 0 1px 0 @white;
}
li:after {
&:after {
display: inline-block;
content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px;
color: #ccc;
}
}
.active {
color: @grayLight;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment