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

Merge pull request #7718 from burnsra/3.0.0-wip-breadcrumbs

Cleanup breadcrumb divider last item
This commit is contained in:
Mark Otto 2013-04-28 20:14:26 -07:00
commit 0cb1188a9c
2 changed files with 2 additions and 2 deletions

View File

@ -4024,7 +4024,7 @@ button.close {
}
.breadcrumb > li:last-child:after {
content: "";
display: none;
}
.breadcrumb > .active {

View File

@ -19,7 +19,7 @@
color: #ccc;
}
&:last-child:after {
content: ""; // No divider after last element
display: none; // No divider after last element
}
}
> .active {