Skip to content

Commit

Permalink
fixes #3615: remove last-child hack for IE7 since IE7 doesn't support…
Browse files Browse the repository at this point in the history
… :last-child
  • Loading branch information
mdo committed Jul 31, 2012
1 parent 59eba9a commit 196fb1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/assets/css/bootstrap.css
Expand Up @@ -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");
}
Expand Down
4 changes: 0 additions & 4 deletions less/mixins.less
Expand Up @@ -65,10 +65,6 @@

.ie7-restore-right-whitespace() {
*margin-right: .3em;

&:last-child {
*margin-left: 0;
}
}

// Sizing shortcuts
Expand Down

0 comments on commit 196fb1d

Please sign in to comment.