Quote:
Originally Posted by cercos
post your whole style sheet
|
/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
body
p. style13 {font-size: x-small}
{
padding-top: 60px;
}
#div.container
background-color: #edead9;
}
#div.maincontent
background-color: #DCD5B9;
The header states that this code over rides the default style sheet.