jenkins-bot has submitted this change and it was merged.

Change subject: Use underscore hack to set IE6-only style, rather than `!ie`
......................................................................


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
---
M components/watchstar.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/components/watchstar.less b/components/watchstar.less
index 3ece4d8..4c14207 100644
--- a/components/watchstar.less
+++ b/components/watchstar.less
@@ -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%;

-- 
To view, visit https://gerrit.wikimedia.org/r/237506
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf5c7e0faa0323258967b2ff76e68e9080116559
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to