From 01e982e40cc5679cdb4647aec7c37d3d789eeb4b Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Wed, 31 Oct 2007 10:29:54 +0100
Subject: LAYOUT: moved more text during the setup into the middle

there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;)
---
 css/standard.css | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

(limited to 'css')

diff --git a/css/standard.css b/css/standard.css
index d913af1..bea5189 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -27,16 +27,22 @@
   font-size: smaller;
 } 
 
-.joingame,.sickness,.poverty,.total {
+.joingame,.sickness,.poverty,.total,.message {
  position: absolute;
- width: 10%;
+ width: 20%;
 
- top:24em;
- left:45%;
- right:45%;
+ top:20em;
+ left:40%;
+ right:40%;
  text-align: center;
 }
 
+.poverty {
+  top:32em;
+  z-index:15;
+  background-color:#fff;
+}
+
 .rules {
 margin-top:20em;
 }
-- 
cgit v1.2.3-18-g5258