A Little CSS Help.
For some reason the styles for my comments stopped working- it was set to be a different color with an outline. Could someone please take a look at the stylesheet and tell me why it isn’t working now? I’ve ruled out any comment plugins-and it’s aggravating the hell out of me! If you do I’ll send you a small bag of leftover Halloween candy.














I’m not sure what you mean but if I understand you right you want a “box” around every comment? In that case you have to add style to this:
#main ol li {
margin:0pt;
padding:3px;
}
Yeah it’s already styled, and showed for a while but now it isn’t. Not sure what the issue is
This doesn’t make sense at all but something is odd around line 474 in style.css
I added the following after 474 and saw you comment styling applied (in firefox):
margin: 0;
padding: 1em;
border-bottom:#ddd 1px solid;
font-size:0.9em;}
Here’s link to the screen shot of the oddity:
http://i212.photobucket.com/albums/cc148/tinym_/beth.png
I don’t know if this will actually work on the live site or why it made a difference just now. It’s probably not the fix at all…
I’ll be damned it worked. It isn’t even in the original unedited version of the theme’s css either. The original version is to show an outline around the blog author’s comments only- then I tinkered with the size of the content and sidebar properties- that’s the only thing I can think of that would mess it up. Thank you so much!
You’re welcome! I’m glad it worked. It does look better now.
I just checked it in IE7… it actually shows up there too! Amazing.