diff options
author | alecpl <alec@alec.pl> | 2010-02-04 18:21:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-04 18:21:26 +0000 |
commit | 8955ca63e3b92ce6f939170e53f4808eec7dce62 (patch) | |
tree | 469e1343cab296eef730126fea65490ca95e83ca /skins/default | |
parent | a79e5f14c1097e2ea2e84a5c0ef913fd502e40ec (diff) |
- IE7 fix
Diffstat (limited to 'skins/default')
-rw-r--r-- | 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 224ed29e3..8ec5b59ef 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -143,9 +143,9 @@ img 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; |