Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237506

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/06/237506/1

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: newchange
Gerrit-Change-Id: Iaf5c7e0faa0323258967b2ff76e68e9080116559
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to