From 8955ca63e3b92ce6f939170e53f4808eec7dce62 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 04 Feb 2010 13:21:26 -0500
Subject: [PATCH] - IE7 fix

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

diff --git a/skins/default/common.css b/skins/default/common.css
index 224ed29..8ec5b59 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -143,9 +143,9 @@
   top: 0px;
   right: 0px;
   width: 600px;
-  height: 28px;
+  height: 24px;
   background: url(images/taskbar.gif) top right no-repeat;
-  padding: 10px 4px 0px 0px;
+  padding: 10px 4px 5px 0px;
   text-align: right;
   white-space: nowrap;
   z-index: 2;

--
Gitblit v1.9.1