So I am creating a container with rounded corners using the following method:
div.rounded { background: #CFFEB6 url(\'tr.gif\') no-repeat top right; } div.ro
You can use the unset keyword to reset a property.
unset
div.rounded div div div { background-image: unset; /* reset background */ padding: unset; /* reset padding */ }
More info on developer.mozilla.org