Make WordPress Core

Changeset 12011


Ignore:
Timestamp:
10/08/2009 08:52:06 PM (15 years ago)
Author:
westi
Message:

Fix display of header on default theme custom header page. Fixes #9929 props jmulley.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/functions.php

    r11886 r12011  
    314314        display: <?php echo kubrick_header_display_string(); ?>;
    315315    }
     316   
     317    .description {
     318        margin-top: 16px;
     319        color: #fff;
     320    }
     321
    316322    #jsForm {
    317323        display: none;
Note: See TracChangeset for help on using the changeset viewer.