From 04e09afcccbf4e7f3eafa540ea35ac22b38f5bc0 Mon Sep 17 00:00:00 2001
From: filip <filip@ispconfig3>
Date: Mon, 27 Sep 2010 07:31:33 -0400
Subject: [PATCH] Implemented new FAQ functionality in help module
---
interface/web/themes/default/css/screen/basemod.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/themes/default/css/screen/basemod.css b/interface/web/themes/default/css/screen/basemod.css
index c9fb46b..13b006a 100644
--- a/interface/web/themes/default/css/screen/basemod.css
+++ b/interface/web/themes/default/css/screen/basemod.css
@@ -44,7 +44,7 @@
/* (de) Gestaltung der Hauptelemente des Layouts */
#header {
color: #faf0e6;
- padding: 15px 2em 1em 20px;
+ padding: 15px 2em 5px 20px;
background: #9a9a9a url(../../images/header_bg.png) repeat-x top left;
}
@@ -74,7 +74,7 @@
/* (en) adjustment of main navigation */
/* (de) Anpassung der Hauptnavigation */
- #nav ul { margin-left: 200px; }
+ #nav ul { margin-left: 20px; }
#nav_main { background: #9a9a9a repeat-x top left; }
#main { background: #fff;padding:10px 0; }
--
Gitblit v1.9.1