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

cleanup breadcrumbs less code (nesting)

parent ecbf1159
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
li { li {
display: inline-block; display: inline-block;
text-shadow: 0 1px 0 @white; text-shadow: 0 1px 0 @white;
} &:after {
li:after {
display: inline-block; display: inline-block;
content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
} }
}
.active { .active {
color: @grayLight; 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