Use underscore hack to set IE6-only style, rather than !ie

An alternate LESS compiler library that I am evaluating
(https://github.com/oyejorge/less.php) barfs on the '!ie' syntax, but tolerates
the underscore hack.

Change-Id: Iaf5c7e0faa0323258967b2ff76e68e9080116559
This commit is contained in:
Ori Livneh 2015-09-10 14:14:53 -07:00
parent 441922e922
commit 2807232513

View file

@ -11,7 +11,7 @@
padding-top: 3.1em;
margin-top: 0;
/* Only applied in IE6 */
margin-top: -0.8em !ie;
_margin-top: -0.8em;
height: 0;
overflow: hidden;
background-position: 5px 60%;