diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 18:02:10 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 18:02:10 +0200 |
commit | 861ce10b33a8ccf0ee56b382f4fe817c45547803 (patch) | |
tree | 6cc8375e66f381f61d3e370931dad68b274a390b /public | |
parent | test gradient (diff) | |
download | Divid-861ce10b33a8ccf0ee56b382f4fe817c45547803.tar.gz |
Revert "test gradient"
This reverts commit f61975e79e52754b0985dd2131a783b75f6af9c2.
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 26679ef..16e5275 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -221,23 +221,14 @@ margin-left: 20px; margin-top: 20px; margin-bottom:20px; padding:10px; - background-color: background: rgb(208,228,247); /* Old browsers */ -background: -moz-linear-gradient(left, rgba(208,228,247,1) 13%, rgba(115,177,231,1) 46%, rgba(0,116,211,1) 92%); /* FF3.6+ */ -background: -webkit-gradient(linear, left top, right top, color-stop(13%,rgba(208,228,247,1)), color-stop(46%,rgba(115,177,231,1)), color-stop(92%,rgba(0,116,211,1))); /* Chrome,Safari4+ */ -background: -webkit-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Chrome10+,Safari5.1+ */ -background: -o-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* Opera 11.10+ */ -background: -ms-linear-gradient(left, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* IE10+ */ -background: linear-gradient(to right, rgba(208,228,247,1) 13%,rgba(115,177,231,1) 46%,rgba(0,116,211,1) 92%); /* W3C */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0074d3',GradientType=1 ); /* IE6-9 */ - - /*rgb(105,155,200); + background-color: rgb(105,155,200); background: -moz-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%, rgba(181,197,216,1) 57%); background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%,rgba(105,155,200,1)), color-stop(57%,rgba(181,197,216,1))); background: -webkit-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%); background: -o-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%); background: -ms-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%); background: radial-gradient(ellipse at top left, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );*/ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 ); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; |