From 59b0f96dd531a4dc7e12e31d8424544d9d6a0fa1 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 13 Jul 2011 16:15:08 +0200 Subject: [PATCH] height known too --- star.js/css/star.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.js/css/star.css b/star.js/css/star.css index b7baca9..ccc141b 100644 --- a/star.js/css/star.css +++ b/star.js/css/star.css @@ -1,4 +1,4 @@ -.gstar{width:640px} +.gstar{width:640px;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}