Make WordPress Core

Changeset 7867


Ignore:
Timestamp:
05/01/2008 04:51:48 PM (16 years ago)
Author:
ryan
Message:

Refresh thickbox css. Props azaozz. fixes #6843 for 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/media.php

    r7863 r7867  
    181181$siteurl = get_option('siteurl');
    182182echo "<style type='text/css' media='all'>
    183     @import '{$siteurl}/wp-includes/js/thickbox/thickbox.css?1';
     183    @import '{$siteurl}/wp-includes/js/thickbox/thickbox.css?ver=20080430';
    184184    div#TB_title {
    185185        background-color: #222222;
     
    188188    div#TB_title a, div#TB_title a:visited {
    189189        color: #cfcfcf;
     190    }
     191    #TB_window {
     192        top: 20px;
    190193    }
    191194</style>\n";
Note: See TracChangeset for help on using the changeset viewer.