diff options
author | thomascube <thomas@roundcube.net> | 2007-02-21 18:49:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-02-21 18:49:23 +0000 |
commit | e6a406d0bb5958d6380741ad91f1a72f2ecdba44 (patch) | |
tree | e44e50c48301490d31d60f1aa221b0bfbcec26db /skins/default/common.css | |
parent | bb76bc64659c1cda3940e098c8d932f7a3b0664c (diff) |
Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-x | 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 86c3a9c03..178b267b1 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -120,7 +120,7 @@ img 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; |