Commit 2c7ab23d authored by Mark Otto's avatar Mark Otto

Fixes #6136: Proper scoping of breadcrumbs divider

parent 306c1b49
......@@ -4866,7 +4866,7 @@ input[type="submit"].btn.btn-mini {
*zoom: 1;
}
.breadcrumb > .divider {
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment