Skip to content

Instantly share code, notes, and snippets.

@chardcastle
Created May 25, 2011 13:45
Show Gist options
  • Save chardcastle/990998 to your computer and use it in GitHub Desktop.
Save chardcastle/990998 to your computer and use it in GitHub Desktop.
Fix firefox two pixel button
@-moz-document url-prefix() {
#frm_contact_submit {
padding: 0 0 2px 8px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment