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:
parent
d9a33b924f
commit
3fcb5b1764
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue