Administration: Combine the styles for <p> and .wp-die-message, instead of duplicating.

This brings some consistency with `_default_wp_die_handler()`, where they are already combined.

Follow-up to [45909].

See #47580.

git-svn-id: https://develop.svn.wordpress.org/trunk@48082 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-06-18 15:05:58 +00:00
parent ce955603cb
commit 95ca14cf16

View File

@ -304,7 +304,8 @@ q:after {
content: none;
}
p {
p,
.wp-die-message {
font-size: 13px;
line-height: 1.5;
margin: 1em 0;
@ -456,12 +457,6 @@ code {
white-space: nowrap;
}
.wp-die-message {
font-size: 13px;
line-height: 1.5;
margin: 1em 0;
}
/* .widefat - main style for tables */
.widefat {
border-spacing: 0;