From 2e38b041361575b15b7dca4ca73419a9fbeb5d2c Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 24 Feb 2008 04:33:51 +0000 Subject: [PATCH] Error page styling from mt. fixes #5977 git-svn-id: http://svn.automattic.com/wordpress/trunk@7001 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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

-