Skip to content

Instantly share code, notes, and snippets.

@chrisjimallen
Created September 21, 2013 19:29
Show Gist options
  • Save chrisjimallen/6653448 to your computer and use it in GitHub Desktop.
Save chrisjimallen/6653448 to your computer and use it in GitHub Desktop.
This CSS will have to be added to the bottom of every stylesheet that you require a step 4 page.
.step4 label {
font-size: 26px;
font-weight: bold;
color:#fff;
margin-top: 5px;
}
.step4 input[type="text"] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment