0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

cleanup breadcrumbs less code (nesting)

This commit is contained in:
Mark Otto 2012-09-25 22:57:49 -07:00
parent ecbf1159a4
commit 2eb4c6fc79

View File

@ -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;
} }