<div id=checkout>
<form id="confirmation" class="center">
<p>content</p>
</form>
</div>
I have a CSS selector #checkout form.center
already being used
i would like to override this specifically for the confirmation form, but none of the things I try to write get applied. I should think that #confirmation form.center
or something should supercede the first rule, but it doesn't even seem to hit the target. #confirmation
gets overridden by the above mentioned selector because it's not as specific.