Skip to content

The fix for #1210 breaks image styling on intro pages #1408

@wiresketch

Description

@wiresketch

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:
before

Here's what the Eclipse SDK 4.30's Welcome Page looked like now:
after

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions