From 61c0e71774954ace78ef8fd52747b23e6467a057 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 15 Jul 2012 10:35:53 -0600 Subject: [PATCH] try to center logos --- res/scoreboard.css | 18 ++++++++++-------- scoreboard.html | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/res/scoreboard.css b/res/scoreboard.css index 3bd5fc9..8ece8c9 100644 --- a/res/scoreboard.css +++ b/res/scoreboard.css @@ -1,6 +1,3 @@ -/* IE can't handle key events anyway, so screw it, - we're just keeping one copy around. */ - @font-face { font-family: 'ComunicacionDigitalMedium'; src: url('comunicacion-webfont.ttf') format('truetype'); @@ -42,18 +39,23 @@ body { user-select: none; } -#logo-a, #logo-b { +#logo-a-container, #logo-b-container { position: absolute; top: 0; - max-width: 1.8em; - max-height: 2em; + height: 5em; + width: 2em; + text-align: center; } -#logo-a { +#logo-a-container { left: 0; } -#logo-b { +#logo-b-container { right: 0; } +#logo-a, #logo-b { + max-width: 1.8em; + max-height: 2em; +} #timeouts-a, #timeouts-b { position: absolute; diff --git a/scoreboard.html b/scoreboard.html index d0059d9..8676888 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -31,7 +31,7 @@ -->

- A + A 0 - @@ -46,7 +46,7 @@

- B + B 0 -