2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
+1 -1
View File
@@ -4866,7 +4866,7 @@ input[type="submit"].btn.btn-mini {
*zoom: 1;
}
.breadcrumb > .divider {
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}