diff options
author | alecpl <alec@alec.pl> | 2010-07-29 09:46:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-07-29 09:46:13 +0000 |
commit | ee09d464a86a75958e1b61f230e0f0294e929a7e (patch) | |
tree | c0685d66e15f7c1a18ace14fc34bfd286506fa0f /skins/default/common.css | |
parent | db1f1e31ca60658d605b7a60c7d43a3e37aa8923 (diff) |
- Fix #taskbar background (#1486879)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 13b3bc091..2585c980f 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -153,6 +153,7 @@ img top: 0px; right: 0px; height: 24px; + width: 100%; background: url(images/taskbar.png) top right no-repeat; padding: 10px 4px 5px 0px; text-align: right; |