2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+3
View File
@@ -18,6 +18,9 @@
padding: 0 5px;
color: #ccc;
}
&:last-child:after {
content: ""; // No divider after last element
}
}
> .active {
color: @grayLight;