fixes #3615: remove last-child hack for IE7 since IE7 doesn't support :last-child

This commit is contained in:
Mark Otto
2012-07-30 22:26:54 -07:00
parent 59eba9afbc
commit 196fb1d86a
2 changed files with 0 additions and 9 deletions

View File

@@ -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");
}