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:
parent
1b66f93bb0
commit
197fa28922
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue