Make WordPress Core


Ignore:
Timestamp:
10/05/2011 05:20:43 PM (15 years ago)
Author:
markjaquith
Message:

Give custom background CSS more specificity. props GaryJ. fixes #18698

File:
1 edited

Legend:

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

    r18821 r18886  
    17941794?>
    17951795<style type="text/css">
    1796 body { <?php echo trim( $style ); ?> }
     1796body.custom-background { <?php echo trim( $style ); ?> }
    17971797</style>
    17981798<?php
Note: See TracChangeset for help on using the changeset viewer.