Is there a way to use jQuery (or generic javascript) to disable block level CSS inheritance? For example, if I load an external resource through javascript, say, pastie.org, they will have their own CSS, which my CSS redefines. I would like to put the embed code in my own container that inherits CSS.
This is not my own CSS structure, so I cannot rename class classes or built-in everything to make them work, the holy grail of inheritance blocking is my last resort.
source share