at.layout sets margin like this

.content-inner .block {
 margin:0
}

making it impossible to do:

.block {
    margin-bottom: 10px;
    margin-top: 10px;
}

i thought about that for a while but i could not figure out why all blocks inside .content inner get their margin reset.
(i know how to fix and hack in everything, so this is not a support request HOW to do xyz). Only thinking about the flow/logic

Comments

Jeff Burnz’s picture

Category: support » bug

Really I think that's a bug, an artifact left over from experimentation or debug code left in the theme. There is no real reason afaikt to reset bottom margin on these blocks (be default).

This would have been at some stage .content-inner .block-inner {...} which I probably changed to .block as part of experimentation.

Jeff Burnz’s picture

Status: Active » Fixed

Fixed in the latest commit to DEV.

Cheers.

Jeff Burnz’s picture

Status: Fixed » Closed (fixed)