From: Ian Weller Date: Mon, 5 Oct 2015 21:23:12 +0000 (-0400) Subject: conflict resolved X-Git-Tag: v1.2.6^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0a6466c3f526ffc521e56d721081a9064bd32c36;p=WP-Themes%2Fgilmoremuseum.git conflict resolved --- 0a6466c3f526ffc521e56d721081a9064bd32c36 diff --cc scss/mixins/_gradient.scss index d8c2187,fd03ab6..d7b67cb --- a/scss/mixins/_gradient.scss +++ b/scss/mixins/_gradient.scss @@@ -7,5 -7,5 +7,5 @@@ background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, $from), color-stop(1, $to)); background: -moz-linear-gradient(center top, $from 5%, $to 100%); background: -ms-linear-gradient(center top, $from 5%, $to 100%); - filter: progid:DXIm-ageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}'); - } + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}'); -} ++}