From 4b8ec983eba14f8b7548e5ce4cf35b43d5def4fb Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 24 Feb 2008 04:33:51 +0000 Subject: [PATCH] Error page styling from mt. fixes #5977 git-svn-id: https://develop.svn.wordpress.org/trunk@7001 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/install.css | 13 +++++++++++++ wp-includes/functions.php | 4 +--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 3f2465a68b..64521464c4 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -108,4 +108,17 @@ h1 { margin: 5px 0 0 -4px; padding: 0; padding-bottom: 7px; +} + +#error-page { + margin-top: 50px; +} + +#error-page p { + font-size: 14px; + line-height: 1.6em; +} + +#error-page code { + font-size: 1em; } \ No newline at end of file diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 1e278b0060..c2247eaa63 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1372,11 +1372,9 @@ if ( ( $wp_locale ) && ( 'rtl' == $wp_locale->text_direction ) ) : ?> - + -

WordPress

-