1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

make after merging in breadcrumbs wrap fix

This commit is contained in:
Mark Otto
2012-02-06 23:42:57 -08:00
parent 63fd119c6e
commit 7ce62ffc98
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -2642,7 +2642,7 @@ button.btn.small, input[type="submit"].btn.small {
box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff;
} }
.breadcrumb li { .breadcrumb li {
display: inline; display: inline-block;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff;
} }
.breadcrumb .divider { .breadcrumb .divider {