Created
October 29, 2013 19:28
-
-
Save mcrider/7221018 to your computer and use it in GitHub Desktop.
Wufoo Custom CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* - - - - - - - - - - - - - - - - - - - - - | |
Title : Custom CSS by THo | |
URL : http://halemakua.com | |
Last Updated : October 23, 2013 | |
- - - - - - - - - - - - - - - - - - - - - */ | |
body { | |
background-color: #FBFBF6; | |
} | |
.embed #container { | |
width: 90% !important; | |
margin-left: 0; | |
} | |
.wufoo .info, .wufoo .paging-context { | |
border: none; | |
} | |
.wufoo li.focused { | |
background-color: inherit; | |
} | |
.info, form li, form li.buttons { | |
padding-left: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment