Keep #screen-meta font size consistent. props SergeyBiryukov. fixes #26300.
Built from https://develop.svn.wordpress.org/trunk@26452 git-svn-id: http://core.svn.wordpress.org/trunk@26350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
375bcb5f91
commit
2c0501573d
|
@ -1531,7 +1531,6 @@ form.upgrade .hint {
|
|||
/* screen options and help tabs revert */
|
||||
#screen-meta {
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
margin: 0 0px -1px 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1531,7 +1531,6 @@ form.upgrade .hint {
|
|||
/* screen options and help tabs revert */
|
||||
#screen-meta {
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
margin: 0 20px -1px 0px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue