Quote:
Originally Posted by Valker
first of all, the mod is great, but there is a problem.
Normally the table got this "stg_table_" style. Where can i adjust it ?
i?d like to add a padding, and the background...arg.
My bordsytyle is (imo ^^) quite beautiful, but die table uses alt1 and alt2 as standard, which is eye-mashing.
Just because the alt1+2 backgrounds have a shadow on the top.
So, the table gets illegible.
Therefor i?d like to know were i can adjust this style (not making a css=)
And when this is impossible, i?d like to have a more precise instruction of making a css=myclass. I really do have programming skills, but the instruction...i can?t figure it out.
|
I added this in the Main CSS definition and was able to get the padding changed, maybe you can work from this?
Code:
table.stg_table td, table.stg_table th {
padding: 10px;
}