Twenty Twelve: improve line-height and font-size for text widget output without added paragraph wrappers. Props leogermani, fixes #21693.

git-svn-id: https://develop.svn.wordpress.org/trunk@21636 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-28 01:23:13 +00:00
parent 518e6bead2
commit 0e13c1d7d0

View File

@ -560,7 +560,8 @@ section[role="banner"] {
margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li {
.widget-area .widget li,
.widget-area .widget .textwidget {
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;