From 4c21e26051af9e4384c27d2e0500eee85c87f9a5 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 23 Jan 2003 12:51:13 +0000 Subject: [PATCH] Updated and added table styles --- presentation/lookAndFeel/knowledgeTree/stylesheet.css | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.css b/presentation/lookAndFeel/knowledgeTree/stylesheet.css index 9ec176f..19d5792 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.css +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.css @@ -49,7 +49,6 @@ font-size : 10pt; font-family : Verdana, sans-serif; font-style : normal; color : #000000; -text-decoration: none; } @@ -57,8 +56,7 @@ A:Visited { font-size : 10pt; font-family : Verdana, sans-serif; font-style : normal; -color : #000000; -text-decoration: none; +color : #0000FF; } A:Active { @@ -66,7 +64,6 @@ color : #000000; font-size : 10pt; font-family : Verdana, sans-serif; font-style : normal; -text-decoration: none; } A:hover { @@ -74,7 +71,24 @@ color : #000000; font-size : 10pt; font-family : Verdana,sans-serif; font-style : normal; -text-decoration: none; background-color : #FFFACD; } +TABLE { + font-size : 10pt; + font-family : Verdana, sans-serif; +} + +TD { + font-size : 8pt ! important; + font-family : Verdana, sans-serif; +} + +CAPTION { + font-size : 10pt; +} + +TH { + font-size : 9pt; + font-family : Verdana, sans-serif; +} -- libgit2 0.21.4