From 84e15d0463726fe03b0cdb5a690621330034e737 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 20 Jun 2004 23:26:28 +0000 Subject: finished the login/logout/session stuff --- web/html/css/containers.css | 6 ++++++ web/html/css/fonts.css | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 7322b3f1..69ed1d96 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -174,6 +174,12 @@ vertical-align: top; padding-left: 5; } + td.text + { + color: #000; + font-family: verdana; + font-size: 12px; + } th { text-align: left; diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 55cb2261..fcf46441 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -40,6 +40,12 @@ font-family: monospace, fixed, terminal; font-size: 12px; } + span.error /* Content Text */ + { + color: #900; + font-family: verdana; + font-size: 12px; + } /* Font Attribute Change (#6c83b0)*/ span.blue -- cgit v1.2.3-24-g4f1b