diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:15:31 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:15:31 +0200 |
commit | 6c436df3896f67c62f9c797e5caa01bdcd92d645 (patch) | |
tree | 28821a48c64f8c39c3e6ad6034370a86e64d089c /public/css | |
parent | Removing gradient and changing the size of the showcase (diff) | |
download | Divid-6c436df3896f67c62f9c797e5caa01bdcd92d645.tar.gz |
Removal and change of size
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/styles.less | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 837b2b2..b070f7b 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -213,13 +213,6 @@ div.lastactivity .activity .details { text-align:center; /*color:white;*/ background-color: @grayLighter; - /*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 */*/ margin:15px; padding:35px; height: 220px; @@ -237,12 +230,12 @@ background-color: #FF9A00; } .showcase { - width:1140px; + width:1160px; height:400px; margin-top: 20px; margin-bottom:20px; padding:10px; - background-color:@grayLighter; + background-color: @grayLighter; /*background-image: url('/img/people.png'); background-repeat:no-repeat; background-attachment:fixed; |