Martineznovo has uploaded a new change for review.

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

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

Escape !ie things for updated less parser

Change-Id: I1ec4ba2b6d2e0542b962018fa7cd7f5427180ed3
(cherry picked from commit 7666707e469dc2f4d3f2810662a0cf22235a9beb)
---
M resources/screen.less
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Splash 
refs/changes/45/255945/1

diff --git a/resources/screen.less b/resources/screen.less
index a9cb588..257e85d 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/255945
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ec4ba2b6d2e0542b962018fa7cd7f5427180ed3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Splash
Gerrit-Branch: REL1_26
Gerrit-Owner: Martineznovo <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>

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

Reply via email to