Sometimes the lines on a block arent closed.
See attached screenshot for more details.

CommentFileSizeAuthor
block_not_closed.png25.58 KBJGO
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kalman.hosszu’s picture

Status: Active » Postponed (maintainer needs more info)

Can you inform me about your browser details?

JGO’s picture

It's happening in IE9 and chrome (latest stable). So don't think it's browser specific.

JGO’s picture

Status: Postponed (maintainer needs more info) » Active
kalman.hosszu’s picture

Status: Active » Fixed

I fixed it.

It will available in the next release.

Thanks for your report!

Kalman

JGO’s picture

Hi Kalman,

Could you please tell me what is was ? Since I modded the theme, it's easier for me to make the adjustment then ;)

JGO’s picture

Status: Fixed » Needs review

Hi,

I saw the change in the commit log, however I would suggest the following:

.sidebar .block {
background: transparent url(../img/block_content_bg.jpg) repeat-y left top;
padding: 0px 20px 1px 20px;
}

Strangely enough setting it to 1 already fixes it. Taking 10px makes the block unnecessary large.
What do you think ?

kalman.hosszu’s picture

Status: Needs review » Closed (works as designed)

I think the block isn't too large. If you create a subtheme based on Gordon, it'll be easy to manage updates.

Cheers

JGO’s picture

ok, no problem.

I keep mine at 1px since I don't see any reason to make the top and bottom take up so much space ;)