From ad4622b9f1849f98446743f24181c4cc52783207 Mon Sep 17 00:00:00 2001 From: arjen Date: Sun, 16 Feb 2003 08:26:18 +0000 Subject: [PATCH] A new style 'h2.error' for error reports. Put borders around the tables and cells. --- src/web/gnucomo.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/web/gnucomo.css b/src/web/gnucomo.css index ea3981d..f3a6294 100644 --- a/src/web/gnucomo.css +++ b/src/web/gnucomo.css @@ -15,6 +15,12 @@ h2 font-family : sans-serif ; } +h2.error +{ + font-family : sans-serif ; + color : red; +} + div.login { background : rgb(80, 120, 150) ; @@ -28,9 +34,9 @@ div.login } table { - width : 80% ; + width : 90% ; border-width : medium ; - border-style : none ; + border-style : solid ; border-collapse : collapse; padding : 1px ; } @@ -38,6 +44,21 @@ table td { font-family : sans-serif ; + text-align : left ; + border-width : thin ; + border-style : solid ; + vertical-align : top ; + padding : 2px ; +} + +td.number +{ + text-align : right ; +} + +td.time +{ + width : 18em ; } th -- 2.11.0