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
This commit is contained in:
parent
f314fb3ea7
commit
990cf273c7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue