From: Roland Mas Date: Mon, 22 Feb 2010 19:35:27 +0000 (+0000) Subject: Give the layout some breathing space X-Git-Tag: v5_0_rc1~43 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=63a794a41c3a55c6a98f4d1731121af13c79da54 Give the layout some breathing space --- 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); }