CSS Coding Standards: Use unitless values for line-height
in wp-admin/css/about.css
.
Props ianbelanger, mukesh27, pbiron, afercia. Fixes #46495. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45130 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1b69643969
commit
6ba1388522
@ -130,7 +130,7 @@
|
||||
margin: 0.2em 200px 0 0;
|
||||
padding: 0;
|
||||
color: #32373c;
|
||||
line-height: 1.2em;
|
||||
line-height: 1.2;
|
||||
font-size: 2.8em;
|
||||
font-weight: 400;
|
||||
}
|
||||
@ -175,7 +175,7 @@
|
||||
.about-wrap .about-text {
|
||||
margin-top: 1.4em;
|
||||
font-weight: 400;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.6;
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
@ -452,7 +452,7 @@
|
||||
margin: 6px 0 2px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 2em;
|
||||
line-height: 2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user