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:
parent
442d1a5477
commit
0ac97e433c
|
@ -2218,7 +2218,8 @@ footer.entry-meta {
|
||||||
#respond #commentform,
|
#respond #commentform,
|
||||||
#respond iframe {
|
#respond iframe {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
max-width: 604px;
|
max-width: 604px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -2236,7 +2237,6 @@ footer.entry-meta {
|
||||||
|
|
||||||
.comments-title {
|
.comments-title {
|
||||||
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
|
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
|
||||||
padding: 30px 0 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-list,
|
.comment-list,
|
||||||
|
@ -2372,7 +2372,6 @@ footer.entry-meta {
|
||||||
|
|
||||||
#reply-title {
|
#reply-title {
|
||||||
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
|
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#reply-title small a {
|
#reply-title small a {
|
||||||
|
|
Loading…
Reference in New Issue