1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02: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

View File

@@ -4866,7 +4866,7 @@ input[type="submit"].btn.btn-mini {
*zoom: 1;
}
.breadcrumb > .divider {
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}