Aldro ([personal profile] aldro) wrote in [community profile] style_system2010-10-25 09:08 pm
Entry tags:

Cutting entry text

This may be a rather dumb and silly question, but I'm just wondering...

It looks like the little arrow that shows in front of a cut (the "Read more" cut) is set slightly higher than it's supposed to be. It kind of looks like it's floating in the air or something. I'm not sure if that's due to the layout I'm using, because I don't remember seeing this with my previous layouts. Or perhaps it's my eye sight that's going bad. Either way, I was just wondering how that's possible and if it can be changed. Yes, I'm aware that I am extemely nit-picky. :P
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-25 07:20 pm (UTC)(link)
In your css you have the following:

.entryText img {
max-width:420px;
height: auto;
border: 1px solid #EEEEEE;
padding:3px;

}

The red lines are causing the cut image to not appear inline with the text. If you would like to keep the effect it provides, but not for the cut img add this to your css, anywhere:

.entryText .cuttag img { padding: 0; border: none; }
Edited (Fixing typos) 2010-10-25 19:23 (UTC)