Twenty Twelve: adjust styles for definition lists, props sennza and drewstrojny. Fixes #21259.

git-svn-id: https://develop.svn.wordpress.org/trunk@21337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-07-25 18:55:33 +00:00
parent 83c5befaae
commit 000f94a4ff

View File

@ -952,9 +952,12 @@ article.sticky .featured-post {
.entry-content dt,
.comment-content dt {
font-weight: bold;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.entry-content dd,
.comment-content dd {
line-height: 1.714285714;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}