mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
a6e99da98f
commit
cb18c0db79
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user