Commit 196fb1d8 authored by Mark Otto's avatar Mark Otto

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

parent 59eba9af
...@@ -2034,11 +2034,6 @@ table .span24 { ...@@ -2034,11 +2034,6 @@ table .span24 {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
*margin-left: 0;
}
.icon-white { .icon-white {
background-image: url("../img/glyphicons-halflings-white.png"); background-image: url("../img/glyphicons-halflings-white.png");
} }
......
...@@ -65,10 +65,6 @@ ...@@ -65,10 +65,6 @@
.ie7-restore-right-whitespace() { .ie7-restore-right-whitespace() {
*margin-right: .3em; *margin-right: .3em;
&:last-child {
*margin-left: 0;
}
} }
// Sizing shortcuts // Sizing shortcuts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment