Twenty Ten CSS cleanup, margin fix. Props zeo.

git-svn-id: https://develop.svn.wordpress.org/trunk@15163 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-06-08 01:24:46 +00:00
parent 7c6cbce36a
commit 431e4a8b27
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