2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #6136: Proper scoping of breadcrumbs divider

This commit is contained in:
Mark Otto
2012-12-07 09:43:09 -08:00
parent 306c1b4914
commit 2c7ab23d7a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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;