From e1c2cc7bbf2c12c8c248391f90fcec6acd5bd913 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 24 Jan 2003 08:21:17 +0000 Subject: [PATCH] Added error text fields --- presentation/lookAndFeel/knowledgeTree/stylesheet.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.css b/presentation/lookAndFeel/knowledgeTree/stylesheet.css index 1520152..95792af 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.css +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.css @@ -99,3 +99,10 @@ TH { font-family : Verdana,sans-serif; } +.errorText { + color : #FF0000; + font-size : 10pt; + text-align : center; + font-family : Verdana,sans-serif; +} + -- libgit2 0.21.4