mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
fix ie7 breadcrumbs per #2224
This commit is contained in:
Vendored
+4
@@ -2882,6 +2882,10 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
|
||||
}
|
||||
.breadcrumb li {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
/* IE7 inline-block hack */
|
||||
|
||||
*zoom: 1;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
}
|
||||
.breadcrumb .divider {
|
||||
|
||||
Reference in New Issue
Block a user