From 662a2e229dba54f3ddf6337ccb612f404116fffa Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 19 Sep 2005 16:14:36 +0000 Subject: [PATCH] Little more spacing in sideways table, and a right border... --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index 4b04717..9f35918 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -356,16 +356,19 @@ table.prettysw > tbody > tr > th { border-right: 2px solid #000000; margin: 0; padding: 0; + padding-right: 1em; background-color: #feeeee; } table.prettysw > tbody > tr > td { border: 0; border-bottom: 1px solid #cccccc; + border-right: 1px solid #cccccc; margin: 0; padding: 0; background-color: #eeeefe; padding-right: 1em; + padding-left: 0.5em; text-align: right; padding-bottom: 3px; padding-top: 3px; -- libgit2 0.21.4