]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #3615: remove last-child hack for IE7 since IE7 doesn't support :last-child
authorMark Otto <markotto@twitter.com>
Tue, 31 Jul 2012 05:26:54 +0000 (22:26 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 31 Jul 2012 05:26:54 +0000 (22:26 -0700)
docs/assets/css/bootstrap.css
less/mixins.less

index 5db99719bc4f6a704a3f4570fe2c9db6399d4b61..a3451fd93344ca642132c9a4f2d56b00f79240f7 100644 (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");
 }
index 54490b73bccd873a2cc93413b64d259ef8feb490..d4dea27be6f3070793a8bc4d695f1dc627bcb76e 100644 (file)
 
 .ie7-restore-right-whitespace() {
   *margin-right: .3em;
-
-  &:last-child {
-    *margin-left: 0;
-  }
 }
 
 // Sizing shortcuts