From a2c46831e3334d2c26780521873874e84c15a270 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 4 Jan 2009 14:10:05 -0800 Subject: [PATCH] Fix scrolling and margins in the #body div * Decorator.css.php --- Decorator.css.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Decorator.css.php b/Decorator.css.php index f3ba127..42f4c0c 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -52,7 +52,6 @@ body width: 100%; text-indent: 10px; - margin-bottom: -15px; background-image: url(/DecoratorResources/title.jpg); background-repeat: repeat-x; @@ -65,7 +64,7 @@ body /* Body container that puts some padding on elements */ #body { - padding: 20px; + padding: 5px 20px 20px 20px; } /* Adds a small copyright footer */ @@ -340,7 +339,7 @@ table .alt2 /* With a title and navigation bar, we need to move body content down a little */ #nav + #title + #body { - top: 40px; + top: 51px; /* Height of #title + border */ } /* Used to title the system */ -- 2.22.5