1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Remove divider after last element in breadcrumbs

This commit is contained in:
Jonathan Kelley 2013-04-24 12:37:54 -05:00
parent 1be4f9e278
commit 820c44c86e

View file

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