From 72e1c593c364db0709440efd5576c3d732ee94c2 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 30 Aug 2007 07:19:14 +0000 Subject: [PATCH] Set the font size, so it's almost usable in ie --- stylesheets/black.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/black.css b/stylesheets/black.css index 1466b8e..38b2f7b 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -1,5 +1,6 @@ -body,html { +body,html,table,div { font-family: sans-serif; + font-size: 11px; color: #B2B2B2; background-color: black; } @@ -34,6 +35,7 @@ legend { border-width: 1px; padding: 1px; } + table.boards td { /*border-style: solid; border-width: 1px;*/ -- 2.39.2