Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975

git-svn-id: https://develop.svn.wordpress.org/trunk@20209 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2012-03-18 11:51:25 +00:00
parent 5e9301f14c
commit cc9bcf724b
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}