2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fixes #6115: scope breadcrumb styles to immediate children only

This commit is contained in:
Mark Otto
2012-12-03 13:09:38 -08:00
parent 06582edb2a
commit 869b69c66c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9,16 +9,16 @@
list-style: none;
background-color: #f5f5f5;
.border-radius(@baseBorderRadius);
li {
> li {
display: inline-block;
.ie7-inline-block();
text-shadow: 0 1px 0 @white;
}
.divider {
> .divider {
padding: 0 5px;
color: #ccc;
}
.active {
> .active {
color: @grayLight;
}
}