Skip to content

Instantly share code, notes, and snippets.

@gmacdougall
Created March 21, 2013 23:51
Show Gist options
  • Save gmacdougall/5217878 to your computer and use it in GitHub Desktop.
Save gmacdougall/5217878 to your computer and use it in GitHub Desktop.
CSS
p.field {
position: relative;
}
p.field label {
float: left;
width: 200px;
text-align: right;
margin-right: 20px
}
span.required {
position: absolute;
left: 205px;
}
p br {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment