Error page styling from mt. fixes #5977

git-svn-id: https://develop.svn.wordpress.org/trunk@7001 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-24 04:33:51 +00:00
parent b23e1089bb
commit 4b8ec983eb
2 changed files with 14 additions and 3 deletions

View File

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

View File

@ -1372,11 +1372,9 @@ if ( ( $wp_locale ) && ( 'rtl' == $wp_locale->text_direction ) ) : ?>
<link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install-rtl.css" type="text/css" />
<?php endif; ?>
</head>
<body>
<body id="error-page">
<?php endif; ?>
<h1 id="logo"><img alt="WordPress" src="<?php echo $admin_dir; ?>images/wordpress-logo.png" /></h1>
<?php echo $message; ?>
</body>
</html>
<?php