A CSS problem
-
Alright, this is one of the few times where I believe I have the problem pinpointed. I just need to figure out how to fix my one gripe!
https://www.resowalkthroughs.com/legend-zelda-ocarina-time-master-quest-episode-3/
This is an average post, scrolling down you will see that it is set up to put a line underneath each comment. Pretty simple huh? Till you get to the last comment is where the problem comes in, it adds an extra line for no reason. Now, Iam sure I have it pinpointed because I even found the CSS that controls it.
.commentlist, .commentlist li { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none scroll 0 0; border-bottom: solid 1px #C0C0C0; margin: 10px; }
The part highlighted in bold is what controls this, but if I remove it, all the lines go away, All I want is it to put one line under EACH post…thats it…Any ideas?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘A CSS problem’ is closed to new replies.