Make WordPress Core


Ignore:
Timestamp:
05/25/2010 10:05:51 PM (15 years ago)
Author:
ryan
Message:

Custom header fixes and rework. Props ocean90. fixes #13231

File:
1 edited

Legend:

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

    r14889 r14907  
    189189?>
    190190<style type="text/css">
     191/* Shows the same border as on front end */
    191192#headimg {
    192     height: <?php echo HEADER_IMAGE_HEIGHT; ?>px;
    193     width: <?php echo HEADER_IMAGE_WIDTH; ?>px;
    194 }
    195 #headimg h1, #headimg #desc {
    196     display: none;
     193    border-bottom: 1px solid #000000;
     194    border-top: 4px solid #000000;
     195}
     196
     197/* If NO_HEADER_TEXT is false, you can style here the header text preview */
     198#headimg #name {
     199}
     200
     201#headimg #desc {
    197202}
    198203</style>
Note: See TracChangeset for help on using the changeset viewer.