CSS Help
I am working on a site for a client with a totally black background in 3.5.3.
Does anyone have a list of what all the style definitions control in the CSS file?
example:
.TableSubHead {
BACKGROUND-COLOR: #EEEEEE;
}
what does TableSubHead change?
|