More improvements to styling of terms.

This commit is contained in:
Tom Hughes 2010-03-23 00:33:16 +00:00
parent 917ed5a7fd
commit 576e6e6d67
2 changed files with 33 additions and 15 deletions

View file

@ -550,10 +550,14 @@ div#contributorTerms {
height: 60%;
}
div#contributorTerms p {
div#contributorTerms p#first {
margin-top: 0px;
}
div#contributorTerms p#last {
margin-bottom: 0px;
}
div#contributorTerms ol {
margin-bottom: 0px;
}