mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
fixes #3615: remove last-child hack for IE7 since IE7 doesn't support :last-child
This commit is contained in:
5
docs/assets/css/bootstrap.css
vendored
5
docs/assets/css/bootstrap.css
vendored
@@ -2034,11 +2034,6 @@ table .span24 {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
[class^="icon-"]:last-child,
|
||||
[class*=" icon-"]:last-child {
|
||||
*margin-left: 0;
|
||||
}
|
||||
|
||||
.icon-white {
|
||||
background-image: url("../img/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
Reference in New Issue
Block a user