Remove non-existing "-ms-linear-gradient"
Per https://bugzilla.wikimedia.org/56138
This commit is contained in:
@@ -196,7 +196,6 @@ div.uls-region {
|
|||||||
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB));
|
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB));
|
||||||
background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB);
|
background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||||
background: -moz-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: -o-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||||
background: linear-gradient(#F0F0F0, #FBFBFB);
|
background: linear-gradient(#F0F0F0, #FBFBFB);
|
||||||
border-top-color: #AAA;
|
border-top-color: #AAA;
|
||||||
|
|||||||
Reference in New Issue
Block a user