- use transparent image for taskbar backround (#1486624)

release-0.6
alecpl 14 years ago
parent 3a003cc9fb
commit 510df5469b

@ -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;

@ -1,5 +1,10 @@
/* CSS hacks for IE versions 5,6 */
taskbar
{
background: url(images/taskbar.gif) top right no-repeat;
}
img
{
behavior: url(skins/default/pngbehavior.htc);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Loading…
Cancel
Save