Odd/Even Comments

Apr 15, 2011 21:07

A few months ago I used this code to make differently colored odd/even comment boxes, and TWMR.

My code:

.commenteven {border-color: #ffffff; border-width: 1px; border-style: solid; padding: 10px; margin: 0px 0; background-color: #e5e5e5;}

.commentodd {border-color: #e5e5e5; border-width: 1px; border-style: solid; padding: 10px; margin: 0px 0; background-color: #ffffff; }

LJ seems to be fiddling with their LO codes or something, because now the comment boxes look like this.

The gray "odd" box used to be solid gray with the comment text and its associated links and buttons having a gray background, not the white one with the gray sort of buffer that's seen. Similarly the white "even" boxes didn't have the additional gray border.

Ideas?

comments, solved

Previous post Next post
Up