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:
parent
40f671a531
commit
a1587e2629
@ -18,6 +18,9 @@
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
&:last-child:after {
|
||||
content: ""; // No divider after last element
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
color: @grayLight;
|
||||
|
Loading…
Reference in New Issue
Block a user