From 72bfa9a17470cf28aa0595da5ee825fac1054fc6 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Thu, 25 Apr 2013 08:09:38 +0200 Subject: changing colors of the showcase --- public/css/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') 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; -- cgit v1.2.3