From 8970c435ee7ec20d9fa35a142dc6174b6a958db8 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 19 Sep 2013 18:39:56 +0200 Subject: [PATCH] default bloc color --- univcloud/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/univcloud/static/css/style.css b/univcloud/static/css/style.css index 67fac1a..fe2eee3 100644 --- a/univcloud/static/css/style.css +++ b/univcloud/static/css/style.css @@ -27,10 +27,10 @@ h1 { } div.gridster > ul > li { - border: 1px outset gray; + border: 1px outset #583ab3; list-style: none; overflow: hidden; - background: white; + background: #583ab3; border-radius: 0em; }