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

git-svn-id: http://core.svn.wordpress.org/trunk@21337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-07-25 18:55:33 +00:00
parent d23ef13dda
commit 43ba7ef82c
1 changed files with 3 additions and 0 deletions

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;
}