mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
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:
parent
441922e922
commit
2807232513
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue