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: http://core.svn.wordpress.org/trunk@24224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e09ca8a7b
commit
142f90c51b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue