Closed (fixed)
Project:
Image Composition
Version:
5.x-1.0-beta2
Component:
Hv layout
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2007 at 19:36 UTC
Updated:
11 Nov 2007 at 19:49 UTC
With garland hv-layout looks wrong.
With pushbutton magazin-layout looks wrong ... that's because the style.css misses. But now hv-layout looks ok.
It's figures because magazin-layout conforms having a border set through the admin pages and ccs changes.
So what style should both
magazin:
.magazine-image {
background: #fff;
border: 1px #eee solid;
}
.magazine-image img {
padding: 0px;
background: #fff;
margin: 2px;
border: 1px #eee solid;
}
Comments
Comment #1
clemens.tolboomThe bottom line is that theming needs attention.
Comment #2
clemens.tolboomThere is also a problem with
<div><img/></div>ie only an image in a diff. The bottom margin of the div is not 0px.Comment #3
clemens.tolboomMagazin Layout is removed from the code.
Layout will be considered when added the border width implementation.
Comment #4
clemens.tolboom