Ticket #5977: 5977.diff
| File 5977.diff, 989 bytes (added by , 18 years ago) |
|---|
-
wp-includes/functions.php
1372 1372 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install-rtl.css" type="text/css" /> 1373 1373 <?php endif; ?> 1374 1374 </head> 1375 <body >1375 <body id="error-page"> 1376 1376 <?php endif; ?> 1377 <h1 id="logo"><img alt="WordPress" src="<?php echo $admin_dir; ?>images/wordpress-logo.png" /></h1>1378 1377 <?php echo $message; ?> 1379 1380 1378 </body> 1381 1379 </html> 1382 1380 <?php -
wp-admin/css/install.css
108 108 margin: 5px 0 0 -4px; 109 109 padding: 0; 110 110 padding-bottom: 7px; 111 } 112 113 #error-page { 114 margin-top: 50px; 115 } 116 117 #error-page p { 118 font-size: 14px; 119 line-height: 1.6em; 120 } 121 122 #error-page code { 123 font-size: 1em; 111 124 } 125 No newline at end of file