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: https://develop.svn.wordpress.org/trunk@21462 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d38377a329
commit
09aa0a56b8
|
@ -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;
|
||||
}
|
||||
|
@ -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