Quote:
Originally Posted by Schnee
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;
}
|
WONDER FULL (for the others) just add this into additonal CSS
but i would set the padding to 5...10 is way to much imo.
very simple example:
table.stg_table td, table.stg_table th {
padding: 5px;
background-color: #ffffff;
color: #000000;
}
edit: at the best you separate:
table.stg_table td {}
and
table.stg_table th {}
and make them different looking
otherwise your table wont get a header if you do ="header"
Big thanks !