Make WordPress Core


Ignore:
Timestamp:
01/04/2012 05:44:15 PM (15 years ago)
Author:
nacin
Message:

Merge Press This inline styles into wp-admin.css. fixes #19735.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r19664 r19671  
    315315        do_action('admin_head');
    316316?>
    317         <style type="text/css">
    318         #message {
    319                 margin: 10px 0;
    320         }
    321         #title,
    322         .press-this #wphead {
    323                 margin-left: 0;
    324                 margin-right: 0;
    325         }
    326         .rtl.press-this #header-logo,
    327         .rtl.press-this #wphead h1 {
    328                 float: right;
    329         }
    330         </style>
    331317        <script type="text/javascript">
    332318        var wpActiveEditor = 'content';
Note: See TracChangeset for help on using the changeset viewer.