From 465e73265bc236531832686a8ae54894be928b81 Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Sat, 4 Aug 2007 11:38:17 -0700
Subject: LAYOUT: new user page

mixed finished games, started games and games in progress into one table
---
 css/standard.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'css')

diff --git a/css/standard.css b/css/standard.css
index 32060e2..71ae568 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -362,5 +362,18 @@ ul.tricks li div div span.comment span{
 div span img.button {
   height: 2em; 
   width: 2em;
+}
 
+.gamestatuspre {
+   padding: 0 0.3em;
+    
+    background-color: #fd8901;
+}
+.gamestatusover {
+   padding:0 0.3em;
+  background-color: #f82c20 ;
+}
+.gamestatusplay {
+  padding:0 0.3em;
+  background-color: #15de26;
 }
\ No newline at end of file
-- 
cgit v1.2.3-18-g5258