Skip to content

Commit

Permalink
Fixing a rendering bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfinley committed Jan 30, 2012
1 parent af548d6 commit 1e3c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _mixins.scss
Expand Up @@ -134,7 +134,7 @@
background: -webkit-linear-gradient(top, $first 0%,$last 100%); /* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(top, $first 0%,$last 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, $first 0%,$last 100%); /* Opera11.10+ */ background: -o-linear-gradient(top, $first 0%,$last 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, $first 0%,$last 100%); /* IE10+ */ background: -ms-linear-gradient(top, $first 0%,$last 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$first', endColorstr='$last',GradientType=0); /*IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$first}', endColorstr='#{$last}',GradientType=0); /*IE6-9 */
background: linear-gradient(top, $first 0%,$last 100%); /* W3C */ background: linear-gradient(top, $first 0%,$last 100%); /* W3C */
} }


Expand Down

0 comments on commit 1e3c6c0

Please sign in to comment.