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

clemens.tolboom’s picture

Version: » 5.x-1.0-beta2

The bottom line is that theming needs attention.

clemens.tolboom’s picture

There is also a problem with <div><img/></div> ie only an image in a diff. The bottom margin of the div is not 0px.

clemens.tolboom’s picture

Status: Active » Closed (won't fix)

Magazin Layout is removed from the code.

Layout will be considered when added the border width implementation.

clemens.tolboom’s picture

Status: Closed (won't fix) » Closed (fixed)