Make WordPress Core

Changeset 19227


Ignore:
Timestamp:
11/09/2011 02:38:37 PM (13 years ago)
Author:
azaozz
Message:

Fix styling in the MCE help popup, see #18314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-help.php

    r19028 r19227  
    2020?>
    2121<style type="text/css">
     22    body {
     23        min-width: 0;
     24    }
    2225    #wphead {
    2326        font-size: 80%;
     
    3639        background-color: #f1f1f1;
    3740        border-bottom: 1px solid #dfdfdf;
     41        margin: 0;
    3842    }
    3943    #tabs li {
Note: See TracChangeset for help on using the changeset viewer.