changed .inline-block for not using ieclasses as per other when and when not variables

This commit is contained in:
sturobson
2012-07-20 17:13:33 +02:00
parent 01dc3b1185
commit dfc0183f8f

View File

@@ -150,7 +150,7 @@
}
}
.inline-block() when (@using-ieclasses = false) {
.inline-block() when not (@using-ieclasses) {
display: inline-block;
*display: inline;
*zoom: 1;