-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
As stated in the title, version 4.30 of Eclipse has no images on intro pages. This was broken by the fix for #1210 which removes the blank.gif image. The css styling uses this image element to show the actual image using code like this:
a#pde img { background-image : url(../../images/topiclabel/ov_eclplugindev48.svg); }
a#pde:hover img { background-image : url(../../images/topiclabel/ov_eclplugindev48.svg); }
Since the image element is missing now, now images are displayed.
Here's what the Eclipse SDK 4.29's Welcome Page looked like:
Here's what the Eclipse SDK 4.30's Welcome Page looked like now:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working