Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514.

git-svn-id: http://core.svn.wordpress.org/trunk@23497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-27 04:17:33 +00:00
parent 5fc6352f0f
commit 9aa9bda5d3

View File

@ -108,6 +108,7 @@ body {
-ms-hyphens: auto;
hyphens: auto;
color: #141412;
line-height: 1.5;
margin: 0;
}
@ -143,6 +144,7 @@ h6 {
clear: both;
color: #141412;
font-family: 'Bitter', Georgia, serif;
line-height: 1.3;
}
h1 {
@ -177,7 +179,6 @@ h6 {
address {
font-style: italic;
line-height: 1.5;
margin: 0 0 24px;
}
@ -200,7 +201,6 @@ mark {
}
p {
line-height: 1.5;
margin: 0 0 24px;
}
@ -1094,7 +1094,6 @@ ul.nav-menu li:hover > ul,
.entry-meta {
clear: both;
font-size: 14px;
line-height: 1.5;
}
.entry-meta span.tags-links {
@ -2450,7 +2449,6 @@ footer.entry-meta {
}
.widget li {
line-height: 1.5;
padding: 5px 0;
}
@ -3102,10 +3100,6 @@ footer.entry-meta {
max-width: 20px;
}
.comment-author .fn {
line-height: 1.6;
}
.comment-meta,
.comment-content,
.reply {