Make WordPress Core

Ticket #5977: 5977.diff

File 5977.diff, 989 bytes (added by iammattthomas, 18 years ago)

Patches #5977

  • wp-includes/functions.php

     
    13721372        <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install-rtl.css" type="text/css" />
    13731373<?php endif; ?>
    13741374</head>
    1375 <body>
     1375<body id="error-page">
    13761376<?php endif; ?>
    1377         <h1 id="logo"><img alt="WordPress" src="<?php echo $admin_dir; ?>images/wordpress-logo.png" /></h1>
    13781377        <?php echo $message; ?>
    1379 
    13801378</body>
    13811379</html>
    13821380<?php
  • wp-admin/css/install.css

     
    108108        margin: 5px 0 0 -4px;
    109109        padding: 0;
    110110        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;
    111124}
     125 No newline at end of file