From: Michael Andreen Date: Thu, 30 Aug 2007 07:19:14 +0000 (+0000) Subject: Set the font size, so it's almost usable in ie X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;ds=sidebyside;h=72e1c593c364db0709440efd5576c3d732ee94c2;p=ndwebbie.git Set the font size, so it's almost usable in ie --- 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;*/