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

git-svn-id: http://core.svn.wordpress.org/trunk@21636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-28 01:23:13 +00:00
parent c78ee26f3e
commit 0b117e1ae0
1 changed files with 2 additions and 1 deletions

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;