From 53f7834a90577c3e093bf2f1bc9f9bd37c5b1f23 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 13 Jul 2011 15:45:27 +0200 Subject: [PATCH] the exact width is know --- 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 927b90a..4660c5f 100644 --- a/star.js/css/star.css +++ b/star.js/css/star.css @@ -1,4 +1,4 @@ -.gstar{float:left;width:100%} +.gstar{float:left;width:640px} .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}