SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329355 )

Change subject: Get rid of support for IE7 in Gamepress
......................................................................

Get rid of support for IE7 in Gamepress

Bug: T154197
Change-Id: I390c3458aa778ad943c37d8e04155b0b782c3bee
---
M resources/css/style_ie.css
1 file changed, 10 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Gamepress 
refs/changes/55/329355/1

diff --git a/resources/css/style_ie.css b/resources/css/style_ie.css
index 70b277e..c0356ef 100644
--- a/resources/css/style_ie.css
+++ b/resources/css/style_ie.css
@@ -1,15 +1,11 @@
-/*
+/**
+ * Theme Name: Evolved
+ * Description: Evoved - Gaming HTML Template
+ * Author: sunaprticle (http://themeforest.net/user/sunparticle)
+ * Author URI: http://webtuts.pl
+ */
 
-       Theme Name: Evolved
-       Description: Evoved - Gaming HTML Template
-       Author: sunaprticle (http://themeforest.net/user/sunparticle)
-       Author URI: http://webtuts.pl
-
-*/
-
-/*-----------------------------------------------------------------------------------*/
-/*     IE-specific workarounds
-/*-----------------------------------------------------------------------------------*/
+/* IE specific workarounds */
 #header {
        position: relative;
        z-index: 20;
@@ -37,10 +33,9 @@
 
 #primary-nav ul {
        width: auto;
-       filter: alpha(opacity=0); /* IE 7 and Earlier */
-    /* Next 2 lines IE8 */
-    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+       /* IE8 */
+       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 }
 
 #primary-nav ul li{
@@ -64,7 +59,3 @@
        margin: 0;
        width: auto;
 }
-
-.before-img-bevel-fix {
-       filter: alpha(opacity=20); /* IE 7 and Earlier */
-}
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I390c3458aa778ad943c37d8e04155b0b782c3bee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Gamepress
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>

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

Reply via email to