Skip to content

Instantly share code, notes, and snippets.

@gamesthatgive
Created November 17, 2010 19:33
Show Gist options
  • Save gamesthatgive/703906 to your computer and use it in GitHub Desktop.
Save gamesthatgive/703906 to your computer and use it in GitHub Desktop.
Wufoo Theme Override
// NOTE: this file is included remotely by wufoo iframe integration
// hide the big ugly error caption in the wufoo form since this increases height significantly in iframe
#errorLi {
display: none;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment