Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom.

git-svn-id: https://develop.svn.wordpress.org/trunk@24224 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-05-09 20:22:32 +00:00
parent 442d1a5477
commit 0ac97e433c
1 changed files with 2 additions and 3 deletions

View File

@ -2218,7 +2218,8 @@ footer.entry-meta {
#respond #commentform,
#respond iframe {
display: block;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
max-width: 604px;
width: 100%;
}
@ -2236,7 +2237,6 @@ footer.entry-meta {
.comments-title {
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
padding: 30px 0 20px;
}
.comment-list,
@ -2372,7 +2372,6 @@ footer.entry-meta {
#reply-title {
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
margin-bottom: 20px;
}
#reply-title small a {