Twenty Twelve: give address element a little more line-height, props sennza and drewstrojny. Fixes #21262.

git-svn-id: https://develop.svn.wordpress.org/trunk@21338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-07-25 18:58:04 +00:00
parent 000f94a4ff
commit 89c8ce5277
1 changed files with 1 additions and 0 deletions

View File

@ -923,6 +923,7 @@ article.sticky .featured-post {
.entry-content address,
.comment-content address {
display: block;
line-height: 1.714285714;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
}