Skip to content

Instantly share code, notes, and snippets.

@jsmitka
Created September 1, 2010 14:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmitka/560737 to your computer and use it in GitHub Desktop.
Save jsmitka/560737 to your computer and use it in GitHub Desktop.
/* Forms */
form dt, form dd {
margin-bottom: 1ex;
line-height: 1.5;
}
form dt {
text-align: right;
float: left;
width: 12em;
}
form dd {
margin-left: 13em;
}
dt label {
font-weight: bold;
color: #02487B;
margin-right: 1.1em;
}
dt label.required {
margin-right: 0.4em;
}
dt em.required {
font-weight: bold;
color: #EEBB00;
}
div.description {
margin: 0.5ex 0 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment