From e85b06ccc0c86f1ffff3118c7d1cf0efd5f8a07e Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 13 Jul 2011 16:17:24 +0200 Subject: [PATCH] increase width of panels --- css/star.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/star.css b/css/star.css index ccc141b..639a5cf 100644 --- a/css/star.css +++ b/css/star.css @@ -1,4 +1,4 @@ -.gstar{width:640px;height:180px} +.gstar{width:660px;height:180px} .gstar em{font-weight:bold} .gstar #blackboard{width:320px;height:180px;background:#333;float:left} .gstar #blackboard .starcell{width:20px;height:20px;display:block;float:left;text-align:center} @@ -9,4 +9,4 @@ .gstar #blackboard .cube_selected{color:red} .gstar #blackboard .gift{color:yellow} .gstar #blackboard .void{} -.gstar aside{float:left;height:140px;width:120px;padding:20px;background:#ddd} +.gstar aside{float:left;height:140px;width:130px;padding:20px;background:#ddd}