From 990cf273c7751ef69394ecca91a153c23988cae2 Mon Sep 17 00:00:00 2001 From: dd32 Date: Sun, 18 Mar 2012 11:51:25 +0000 Subject: [PATCH] Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975 git-svn-id: http://svn.automattic.com/wordpress/trunk@20209 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a3dc0a9a6..726eebb1e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2068,6 +2068,15 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { border: 1px solid #dfdfdf; max-width: 700px; } + h1 { + border-bottom: 1px solid #dadada; + clear: both; + color: #666; + font: 24px Georgia, "Times New Roman", Times, serif; + margin: 30px 0 0 0; + padding: 0; + padding-bottom: 7px; + } #error-page { margin-top: 50px; }