I was trying to validate my css and this bit of code gave me an error in the css validator, was just wondering what i might be doing wrong here, the error is:
select Parse Error [inp_submit]
select Parse Error select) { padding-top: 3px; }
CSS Code below:
content form :not(#inp_submit, select) {
padding-top: 3px;
}
If you have any suggestions as to what might be going wrong please let me know, thanks.