final gradient fix
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 15:05:51 +0000 (10:05 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 15:05:51 +0000 (10:05 -0500)
css/app.css
scss/mixins/_gradient.scss

index 439846b..144b5a9 100644 (file)
@@ -6204,8 +6204,7 @@ img.alignleft, img.alignright, img.aligncenter, img.alignnone, div.wp-caption im
   #searchform div input.blogbutton {
     background: -webkit-linear-gradient(top, #6c4f53 50%, #6c4f53 100%);
     background: -moz-linear-gradient(center top, #6c4f53 50%, #6c4f53 100%);
-    background: -ms-linear-gradient(top, #6c4f53 50%, #6c4f53 100%);
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
+    background: -ms-linear-gradient(top, #6c4f53 50%, #6c4f53 100%); }
 
 #blog-side-info {
   border-left: 1px solid grey;
@@ -7212,7 +7211,6 @@ main a {
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
   background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
   background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
   background-repeat: repeat-x;
   z-index: 0; }
   @media only screen and (max-width: 40em) {
index ed69c74..6e0d46d 100644 (file)
@@ -7,5 +7,5 @@
     background: -webkit-linear-gradient(top, $from 50%, $to 100%);
     background: -moz-linear-gradient(center top, $from 50%, $to 100%);
     background: -ms-linear-gradient(top, $from 50%, $to 100%);
-    filter:  progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
+//    filter:  progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba($white, 0)', endColorstr='#ffffff', GradientType=1 );
 }