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:
parent
518e6bead2
commit
0e13c1d7d0
@ -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
Block a user