fixup margin and padding in default theme

darcs-hash:20081012162810-5ed1f-d2bb39f95e6bf429c3b0a5fea72e8984de78b1bb.gz
This commit is contained in:
Evan Prodromou 2008-10-12 12:28:10 -04:00
parent c1785df710
commit f1d14fd975

View File

@ -172,7 +172,7 @@ p#branding a {
#content { #content {
clear: left; clear: left;
margin: 40px 0 45px 0; margin: 40px 0 45px 0;
padding: 0 110px; padding: 0 80px;
font-family: Georgia, "Times New Roman", Times, serif; font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
@ -208,7 +208,7 @@ p#branding a {
/* ----- Profile -----*/ /* ----- Profile -----*/
#profile { #profile {
clear: left; clear: left;
margin: 0 -110px; margin: 0 -80px;
padding: 10px 0 0 0; padding: 10px 0 0 0;
min-height: 170px; min-height: 170px;
border-top: 1px solid #dec5b5; border-top: 1px solid #dec5b5;