From c26d0303ee145385f5ef81a6057d56aac659b195 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 30 Apr 2013 16:24:43 +0200 Subject: [PATCH] [fix] background repeat in login page --- inc/user.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/user.css b/inc/user.css index afd7477..10ccdc9 100644 --- a/inc/user.css +++ b/inc/user.css @@ -1,12 +1,12 @@ html { background: #434343; /* Old browsers */ -background: -moz-linear-gradient(top, #434343 0%, #cdcdcd 100%); /* FF3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */ -background: -webkit-linear-gradient(top, #434343 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */ -background: -o-linear-gradient(top, #434343 0%,#cdcdcd 100%); /* Opera 11.10+ */ -background: -ms-linear-gradient(top, #434343 0%,#cdcdcd 100%); /* IE10+ */ -background: linear-gradient(to bottom, #434343 0%,#cdcdcd 100%); /* W3C */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#cdcdcd)) no-repeat scroll 0 0 transparent;; /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* IE10+ */ +background: linear-gradient(to bottom, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */ +background: -moz-linear-gradient(center top , #434343, #cdcdcd) no-repeat scroll 0 0 transparent; } body {