Administration: Correct alignment of the "PHP Update Required" dashboard box title.
Restore one instance of `!important` CSS rule for backward compatibility. Follow-up to [48129], [48373]. Props whyisjake, sabernhardt, TimothyBlynJacobs, SergeyBiryukov. Fixes #50788. git-svn-id: https://develop.svn.wordpress.org/trunk@48671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3614d49fe
commit
0dd3bd3b8b
@ -2089,7 +2089,7 @@ html.wp-toolbar {
|
||||
|
||||
.postbox .inside > p:last-child,
|
||||
.rss-widget ul li:last-child {
|
||||
margin-bottom: 1px;
|
||||
margin-bottom: 1px !important;
|
||||
}
|
||||
|
||||
.postbox.closed h3 {
|
||||
|
@ -1084,6 +1084,10 @@ a.rsswidget {
|
||||
color: #df3232;
|
||||
}
|
||||
|
||||
#dashboard_php_nag h2 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#dashboard_php_nag p {
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user