mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
fix ie7 breadcrumbs per #2224
This commit is contained in:
Binary file not shown.
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -2882,6 +2882,10 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
|
|||||||
}
|
}
|
||||||
.breadcrumb li {
|
.breadcrumb li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
*display: inline;
|
||||||
|
/* IE7 inline-block hack */
|
||||||
|
|
||||||
|
*zoom: 1;
|
||||||
text-shadow: 0 1px 0 #ffffff;
|
text-shadow: 0 1px 0 #ffffff;
|
||||||
}
|
}
|
||||||
.breadcrumb .divider {
|
.breadcrumb .divider {
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
.box-shadow(inset 0 1px 0 @white);
|
.box-shadow(inset 0 1px 0 @white);
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
.ie7-inline-block();
|
||||||
text-shadow: 0 1px 0 @white;
|
text-shadow: 0 1px 0 @white;
|
||||||
}
|
}
|
||||||
.divider {
|
.divider {
|
||||||
|
Reference in New Issue
Block a user