Twenty Ten CSS cleanup, margin fix. Props zeo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-06-08 01:24:46 +00:00
parent a6e99da98f
commit cb18c0db79
1 changed files with 2 additions and 12 deletions

View File

@ -1034,7 +1034,7 @@ input[type=submit] {
color: #333; color: #333;
} }
#respond { #respond {
margin-top: 24px; margin: 24px 0;
border-top: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
@ -1089,22 +1089,12 @@ h3#reply-title {
font-size: 11px; font-size: 11px;
} }
#respond .form-submit { #respond .form-submit {
margin: 0 0 24px; margin: 12px 0;
} }
#respond .form-submit input { #respond .form-submit input {
width: auto; width: auto;
font-size: 14px; font-size: 14px;
} }
#respond dl {
margin: 0 0 10px;
}
#respond dt {
display: inline;
font-weight: normal;
}
#respond dd {
display: inline;
}
/* =Widget Areas /* =Widget Areas