Created
September 1, 2010 14:15
-
-
Save jsmitka/560737 to your computer and use it in GitHub Desktop.
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
/* 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