diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:13:23 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:13:23 +0200 |
commit | 1f423107e2c177ce79be69d24b0f63b209b5b43c (patch) | |
tree | 02b53d23d3d7f0a0ecc368220ef8a6286cbe50a2 /public/css | |
parent | changing colors of the showcase (diff) | |
download | Divid-1f423107e2c177ce79be69d24b0f63b209b5b43c.tar.gz |
Removing gradient and changing the size of the showcase
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/styles.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index ec7b21e..837b2b2 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -211,15 +211,15 @@ div.lastactivity .activity .details { .infobox { text-align:center; - color:white; - /*background-color: @grayLighter;*/ - background: rgb(208,228,247); /* Old browsers */ + /*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 */ + 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,7 +237,7 @@ background-color: #FF9A00; } .showcase { - width:1000px; + width:1140px; height:400px; margin-top: 20px; margin-bottom:20px; |