Remove non-existing "-ms-linear-gradient"

Per https://bugzilla.wikimedia.org/56138
This commit is contained in:
Siebrand Mazeland
2013-10-29 17:26:07 +01:00
parent 754501760f
commit ac8aa2723c

View File

@@ -196,7 +196,6 @@ div.uls-region {
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB));
background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -moz-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -ms-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -o-linear-gradient(top, #F0F0F0, #FBFBFB);
background: linear-gradient(#F0F0F0, #FBFBFB);
border-top-color: #AAA;