From e6a406d0bb5958d6380741ad91f1a72f2ecdba44 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 21 Feb 2007 13:49:23 -0500 Subject: [PATCH] Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253) --- skins/default/common.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 86c3a9c..178b267 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -120,7 +120,7 @@ width: 600px; height: 37px; background: url(images/taskbar.gif) top right no-repeat; - padding: 10px 24px 0px 0px; + padding: 10px 24px 10px 0px; text-align: right; white-space: nowrap; z-index: 2; -- Gitblit v1.9.1