Make WordPress Core

Changeset 20209


Ignore:
Timestamp:
03/18/2012 11:51:25 AM (13 years ago)
Author:
dd32
Message:

Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r20088 r20209  
    20692069            max-width: 700px;
    20702070        }
     2071        h1 {
     2072            border-bottom: 1px solid #dadada;
     2073            clear: both;
     2074            color: #666;
     2075            font: 24px Georgia, "Times New Roman", Times, serif;
     2076            margin: 30px 0 0 0;
     2077            padding: 0;
     2078            padding-bottom: 7px;
     2079        }
    20712080        #error-page {
    20722081            margin-top: 50px;
Note: See TracChangeset for help on using the changeset viewer.