aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-25 08:15:31 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-25 08:15:31 +0200
commit6c436df3896f67c62f9c797e5caa01bdcd92d645 (patch)
tree28821a48c64f8c39c3e6ad6034370a86e64d089c /public/css
parentRemoving gradient and changing the size of the showcase (diff)
downloadDivid-6c436df3896f67c62f9c797e5caa01bdcd92d645.tar.gz
Removal and change of size
Diffstat (limited to 'public/css')
-rw-r--r--public/css/styles.less11
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;