diff options
author | alecpl <alec@alec.pl> | 2010-04-19 17:46:22 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-04-19 17:46:22 +0000 |
commit | 510df5469bd735b8ce3df6ff4167c273e74c57ac (patch) | |
tree | 32dbd9842e9f64b635623507751b82017cdccefd /skins/default/common.css | |
parent | 3a003cc9fbeafd8a05d2136e6c74aad3e530cdca (diff) |
- use transparent image for taskbar backround (#1486624)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | 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 95a52a748..4faf79dfa 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -146,7 +146,7 @@ img right: 0px; width: 600px; height: 24px; - background: url(images/taskbar.gif) top right no-repeat; + background: url(images/taskbar.png) top right no-repeat; padding: 10px 4px 5px 0px; text-align: right; white-space: nowrap; |