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

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

View File

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