From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 skins/default/settings.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/skins/default/settings.css b/skins/default/settings.css
index b35f715..fe6a589 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -4,7 +4,7 @@
 #tabsbar
 {
   position: absolute;
-  top: 42px;
+  top: 50px;
   left: 220px;
   right: 60px;
   height: 22px;
@@ -47,7 +47,7 @@
 #userprefs-box
 {
   position: absolute;
-  top: 90px;
+  top: 95px;
   left: 20px;
   width: 550px;
   border: 1px solid #999999;  
@@ -63,7 +63,7 @@
 #folder-manager
 {
   position: absolute;
-  top: 90px;
+  top: 95px;
   left: 20px;
 }
 
@@ -120,7 +120,7 @@
 {
   width: 500px;
   margin-top: 20px;
-  margin-bottom: 50px;
+  margin-bottom: 20px;
   border: 1px solid #999999;
 }
 

--
Gitblit v1.9.1