From 95ca14cf168f87bf7f3e0d514a06a10ec33c1389 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 18 Jun 2020 15:05:58 +0000 Subject: [PATCH] Administration: Combine the styles for `

` 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 --- src/wp-admin/css/common.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index fbf69fe767..842b2bbae4 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -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;