Twenty Twelve: line-height style fixes, props chellycat. See #21486.
* For entry titles match larger screen style with the base styles to add a bit more line-height. * Add line-height to entry-content and entry-summary, so that elements appearing outside of paragraph tags inside these containers will still have the appropriate line-heights. * Add line-height for pingbacks, which looks a bit too tight when pingbacks span multiple lines. git-svn-id: http://core.svn.wordpress.org/trunk@21462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01cb9e569e
commit
7b9d8c1491
|
@ -710,6 +710,10 @@ article.sticky .featured-post {
|
|||
margin-bottom: 1.714285714rem;
|
||||
text-align: center;
|
||||
}
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
line-height: 1.714285714;
|
||||
}
|
||||
.entry-content h1,
|
||||
.comment-content h1,
|
||||
.entry-content h2,
|
||||
|
@ -1170,6 +1174,7 @@ a.comment-reply-link:hover {
|
|||
color: #21759b;
|
||||
}
|
||||
.commentlist .pingback {
|
||||
line-height: 1.714285714;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 1.714285714rem;
|
||||
}
|
||||
|
@ -1335,7 +1340,7 @@ label ~ span.required {
|
|||
img#wpstats {
|
||||
display: block;
|
||||
margin: 0 auto 24px;
|
||||
margin: 0 auto 1.714285714rem;
|
||||
margin: 0 auto 1.714285714rem;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1390,7 +1395,6 @@ img#wpstats {
|
|||
.entry-header .entry-title {
|
||||
font-size: 22px;
|
||||
font-size: 1.571428571rem;
|
||||
line-height: 1.090909091;
|
||||
}
|
||||
#respond form input[type="text"] {
|
||||
width: 46.333333333%;
|
||||
|
|
Loading…
Reference in New Issue