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