diff --git a/src/less/util.less b/src/less/util.less index ddf8d046..5c4568ee 100644 --- a/src/less/util.less +++ b/src/less/util.less @@ -23,16 +23,16 @@ 50% 100%, color-stop(0%, @start), color-stop(100%, @stop)); - background-image:-webkit-linear-gradient(top, + background-image:-webkit-linear-gradient(to bottom, @start 0%, @stop 100%); - background-image:-moz-linear-gradient(top, + background-image:-moz-linear-gradient(to bottom, @start 0%, @stop 100%); - background-image:-o-linear-gradient(top, + background-image:-o-linear-gradient(to bottom, @start 0%, @stop 100%); - background-image:linear-gradient(top, + background-image:linear-gradient(to bottom, @start 0%, @stop 100%); }