From 8b38cbdefc55f5ba5102d449a9e0c5196e0c615f Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 16 Nov 2007 06:47:13 +0000 Subject: [PATCH] - CSS for the nav bar thingy --- sfiab.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sfiab.css b/sfiab.css index 26a3e719..1228d597 100644 --- a/sfiab.css +++ b/sfiab.css @@ -73,9 +73,19 @@ table tr.odd { padding: 5px; border: 2px solid Silver; min-height: 600px; - } +#mainwhere { + margin-right: 10px; + background: #EEEEFF; + padding: 2px; + border-top: 2px solid Silver; + border-left: 2px solid Silver; + border-right: 2px solid Silver; + font-size: 0.85em; +} + + #emptypopup { padding: 30px; text-align: center;