CSS Coding Standards: Update unitless values for line-height
in wp-admin/css/widgets.css
with more precise calculations.
Props ianbelanger. Fixes #46531. git-svn-id: https://develop.svn.wordpress.org/trunk@45415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1752bc29a7
commit
56b2957c2e
@ -39,7 +39,7 @@
|
||||
.widgets-holder-wrap .widget-inside {
|
||||
border-top: none;
|
||||
padding: 1px 15px 15px 15px;
|
||||
line-height: 1.2;
|
||||
line-height: 1.23076923;
|
||||
}
|
||||
|
||||
.widget.widget-dirty .widget-control-close-wrapper {
|
||||
@ -541,7 +541,7 @@ div#widgets-right .closed .widgets-sortables {
|
||||
color: #666;
|
||||
background: #EEE;
|
||||
padding: 0 15px;
|
||||
line-height: 3.35;
|
||||
line-height: 3.30769230;
|
||||
border-left: 1px solid #DDD;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user