From 63a794a41c3a55c6a98f4d1731121af13c79da54 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Mon, 22 Feb 2010 19:35:27 +0000 Subject: [PATCH] Give the layout some breathing space --- gforge/www/themes/gforge/Theme.class.php | 5 ++++- gforge/www/themes/gforge/css/theme.css | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gforge/www/themes/gforge/Theme.class.php b/gforge/www/themes/gforge/Theme.class.php index ac4c012619..59fc4f68ac 100644 --- a/gforge/www/themes/gforge/Theme.class.php +++ b/gforge/www/themes/gforge/Theme.class.php @@ -119,10 +119,13 @@ class Theme extends Layout { if (isset($params['group']) && $params['group']) { echo $this->projectTabs($params['toptab'],$params['group']); } + echo '
+'; } function bodyFooter($params) { - echo "\n"; + echo '
+'; } function footer($params) { diff --git a/gforge/www/themes/gforge/css/theme.css b/gforge/www/themes/gforge/css/theme.css index 91f27617c6..d8c7587fc8 100644 --- a/gforge/www/themes/gforge/css/theme.css +++ b/gforge/www/themes/gforge/css/theme.css @@ -11,6 +11,7 @@ body {color: rgb(68, 68, 68); background-color: rgb(247, 247, 247); } form {margin:0; } img {border:0; } h1 {margin:0; } +div#maindiv {margin:1em; } a {text-decoration:none; color:rgb(1, 73, 144); } a:hover {text-decoration: underline; color: rgb(247, 0, 0); } -- 2.30.2