Skip to content

Commit

Permalink
Fixes twbs#6136: Proper scoping of breadcrumbs divider
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 7, 2012
1 parent 306c1b4 commit 2c7ab23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4866,7 +4866,7 @@ input[type="submit"].btn.btn-mini {
*zoom: 1;
}

.breadcrumb > .divider {
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}
Expand Down
8 changes: 4 additions & 4 deletions less/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
display: inline-block;
.ie7-inline-block();
text-shadow: 0 1px 0 @white;
}
> .divider {
padding: 0 5px;
color: #ccc;
> .divider {
padding: 0 5px;
color: #ccc;
}
}
> .active {
color: @grayLight;
Expand Down

0 comments on commit 2c7ab23

Please sign in to comment.