Sometimes the lines on a block arent closed.
See attached screenshot for more details.
| Comment | File | Size | Author |
|---|---|---|---|
| block_not_closed.png | 25.58 KB | JGO |
Sometimes the lines on a block arent closed.
See attached screenshot for more details.
| Comment | File | Size | Author |
|---|---|---|---|
| block_not_closed.png | 25.58 KB | JGO |
Comments
Comment #1
kalman.hosszu commentedCan you inform me about your browser details?
Comment #2
JGO commentedIt's happening in IE9 and chrome (latest stable). So don't think it's browser specific.
Comment #3
JGO commentedComment #4
kalman.hosszu commentedI fixed it.
It will available in the next release.
Thanks for your report!
Kalman
Comment #5
JGO commentedHi Kalman,
Could you please tell me what is was ? Since I modded the theme, it's easier for me to make the adjustment then ;)
Comment #6
JGO commentedHi,
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 ?
Comment #7
kalman.hosszu commentedI think the block isn't too large. If you create a subtheme based on Gordon, it'll be easy to manage updates.
Cheers
Comment #8
JGO commentedok, 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 ;)