Fix scrolling and margins in the #body div
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 4 Jan 2009 22:10:05 +0000 (14:10 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 4 Jan 2009 22:10:05 +0000 (14:10 -0800)
* Decorator.css.php

Decorator.css.php

index f3ba127fdff8766de1b542db779cfb827e62ae5f..42f4c0cdcfc6d3430e8b0846db916690e46c27fc 100644 (file)
@@ -52,7 +52,6 @@ body
        width: 100%;
        
        text-indent: 10px;
-       margin-bottom: -15px;
        
        background-image: url(<?php echo $path ?>/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 */