Hi I would like to overwrite a single class in the default stylesheet.
Is that possible?
I tried this:
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE (
dd.csc-textpic-caption {margin:10px 0 10px 0;}
)
But that overwrites the entire stylesheet...
Any suggestions?