Remove breadcrumb divider after last element

This commit is contained in:
Robert Burns 2013-03-31 09:12:02 -04:00
parent 40f671a531
commit a1587e2629
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
padding: 0 5px;
color: #ccc;
}
&:last-child:after {
content: ""; // No divider after last element
}
}
> .active {
color: @grayLight;