Skip to content

Instantly share code, notes, and snippets.

@jaspertandy
Created October 4, 2011 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaspertandy/1261570 to your computer and use it in GitHub Desktop.
Save jaspertandy/1261570 to your computer and use it in GitHub Desktop.
#competition h1 {
margin-left: 0;
margin-bottom: 16px;
}
#competition .intro {
margin-bottom: 25px;
}
#competition #primary {
padding: 0 10px;
width: auto;
}
#competition form {
background:#F8F8F8;
width: 457px;
color:#717171;
float: left;
}
#competition form fieldset {
border: none;
border-top: 1px dotted #AAA8A9;
margin: 0;
padding: 19px 0 10px 0;
}
#competition .field {
clear: both;
}
#competition .field label {
float: left;
width: 160px;
text-align: right;
margin-right: 20px;
height: 14px;
padding: 6px 0 20px 0;
}
#competition .field .text {
width: 210px;
}
#competition .indent {
padding-left: 180px;
margin-bottom: 12px;
}
#competition .radio {
padding-left: 182px;
}
#competition .checkbox {
padding-left: 181px;
margin-bottom: 2px;
overflow: hidden;
}
#competition .radio label,
#competition .checkbox label {
width: auto;
text-align: left;
padding: 0;
vertical-align: top;
}
#competition .radio input {
float: left;
margin: 2px 9px 9px 0;
}
#competition .checkbox input {
margin: 3px 4px 9px 0;
float: left;
}
#competition .image {
float: left;
width: 470px;
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment