diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:09:38 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:09:38 +0200 |
commit | 72bfa9a17470cf28aa0595da5ee825fac1054fc6 (patch) | |
tree | f3b2c51b00aa1a71bc1702783b10d23e70820d8d /public/css | |
parent | Experimenting with gradient placement (diff) | |
download | Divid-72bfa9a17470cf28aa0595da5ee825fac1054fc6.tar.gz |
changing colors of the showcase
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/styles.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 4dade9e..ec7b21e 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -211,6 +211,7 @@ div.lastactivity .activity .details { .infobox { 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+ */ @@ -236,7 +237,7 @@ background-color: #FF9A00; } .showcase { - width:1200px; + width:1000px; height:400px; margin-top: 20px; margin-bottom:20px; |