Improve styling of contributor terms.

This commit is contained in:
Tom Hughes 2010-03-23 00:17:14 +00:00
parent 9cff6985ff
commit 917ed5a7fd
2 changed files with 44 additions and 22 deletions

View file

@ -540,6 +540,24 @@ hr {
color: gray;
}
/* Rules for the account confirmation page */
div#contributorTerms {
border: 1px solid black;
padding: 4px;
overflow: auto;
width: 80%;
height: 60%;
}
div#contributorTerms p {
margin-top: 0px;
}
div#contributorTerms ol {
margin-bottom: 0px;
}
/* Rules for the account settings page */
#accountForm td {