Advertise here: Contact FM.
div.comments span.smallcopy {
display: block;
color: #eee;
background: #444;
margin: 5px -5px;
padding: 3px 5px;
}
div.comments span.smallcopy {
display: block;
color: #eee;
background-color: rgba(109,109,109,0.25);
margin: 5px -5px;
padding: 3px 5px;
}
div.comments > span.smallcopy {...} /* note the > */
And would probably be specific enough not to cause the side effect you are seeing.font: whatever; font-size: whatever;{ display: block; color: #eee; background: #213423; margin: 1px -3px; padding: 1px 2px; }
The CSS coding used was more than a little slapdash ... I'm more a splicer than anything resembling a coder ... but I knew light gray wouldn't clash with the blue, the green, or the dark gray. And I wanted something that wasn't too thin, since I have a big monitor. (I suppose I could've used something like a percentage or 'em.')
But I know there are some proficient CSS stylists amongst the Mefites, and if anyone wanted to code a divider that's more attractive yet still divides the comments, I'd be glad to throw it into the code instead. I have no ego about this; if you see a way to do this better and you want to, go for it.
posted by WCityMike at 6:58 PM on May 29, 2007