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

Change subject: Escape !ie things for updated less parser
......................................................................


Escape !ie things for updated less parser

Change-Id: I1ec4ba2b6d2e0542b962018fa7cd7f5427180ed3
---
M resources/screen.less
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Isarra: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/screen.less b/resources/screen.less
index e9701f1..f6f25d2 100644
--- a/resources/screen.less
+++ b/resources/screen.less
@@ -66,7 +66,7 @@
        position: relative;
        min-width: 500px;
        max-width: 980px;
-       width: 900px !ie;
+       width: 900px ~"!ie";
        box-sizing: border-box;
        word-wrap: break-word;
 }
@@ -395,10 +395,10 @@
                height: 1px;
                padding: 0;
                margin: .5em 0;
-               display: list-item !ie;
-               list-style: url('images/hr.png') inside !ie;
-               filter: alpha(opacity=0) !ie;
-               width: 0 !ie;
+               display: list-item ~"!ie";
+               list-style: url('images/hr.png') inside ~"!ie";
+               filter: alpha(opacity=0) ~"!ie";
+               width: 0 ~"!ie";
        }
 
        h1, h2, h3, h4, h5, h6, dt {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ec4ba2b6d2e0542b962018fa7cd7f5427180ed3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Splash
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to