From 38fe80cfbdcaf1fc5db952e611768643f31c1a34 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 10 Jul 2011 04:07:53 -0400 Subject: [PATCH] Demo cleanup/enhance --- css/demo.css | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/demo.css b/css/demo.css index efe6b38..53e4dbf 100644 --- a/css/demo.css +++ b/css/demo.css @@ -44,8 +44,8 @@ p { } /* "Players". ;) */ -.player { position: absolute; top: 680px; width: 46px; height: 46px; border: 2px solid #010101; padding: 10px; } -.player span { background-color: #f9f9f9; padding: 5px; font-weight: bold; } +.player { position: absolute; top: 680px; width: 26px; height: 26px; text-align: center; border: 2px solid #010101; padding: 10px; } +.player span { background-color: #f9f9f9; padding: 5px 5px 4px; font-weight: bold; } #player_1 { background-color: #ef1419; color: #ef1419; left: 500px; } #player_2 { background-color: #13c32c; color: #13c32c; left: 580px; } #player_3 { background-color: #e6d01a; color: #e6d01a; left: 660px; } diff --git a/index.html b/index.html index 320b7cc..8dba2bb 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,7 @@