i cant find this css tag for the life of me!
the .alt code is how i want the comment code to look
i cant find the other (default?) comment css tag to change it so that it matchs the .alt code.
what is the default comment code? (for where the person's comment appears on the blog)
here is the comment code i've found:
.commentlist li, #commentform input, #commentform textarea {font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight: bold;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal;}
here is the alt tag where it is working as i'd like it to:
.alt {background-color: #ffffff; border-top: 1px solid #000000; border-bottom: 1px solid #000000;
border-right: 1px solid #000000; border-left: 1px solid #000000;}
it's driving me nuts that i cant find the right code for this. it's taking me way too long to figure this out.
is there a reference page on wordpress that lists how the various styles correspond to where it appears on the blog? i hope.