2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #8378 from liuyl/aftertosibling

optimize breadcrumb
This commit is contained in:
Mark Otto
2013-07-05 12:23:14 -07:00
3 changed files with 5 additions and 12 deletions
+2 -6
View File
@@ -3285,15 +3285,11 @@ button.close {
text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li:after {
.breadcrumb > li + li:before {
display: inline-block;
padding: 0 5px;
color: #ccc;
content: "\00a0 /";
}
.breadcrumb > li:last-child:after {
display: none;
content: "/\00a0";
}
.breadcrumb > .active {