Make WordPress Core

Ticket #17154: 17154.patch

File 17154.patch, 960 bytes (added by azaozz, 12 years ago)
  • wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css

     
    3838
    3939/* WordPress styles */
    4040body {
    41         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    42         font-size: 13px;
    43         line-height: 19px;
     41        /* Line-height should be inside a combined 'font' declaration.
     42           If separate, WebKit browsers will insert spans with style="line-height: ..." */
     43        font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    4444        color: #333;
    4545        margin: 10px;
    4646}
    4747
    48 br[data-mce-bogus] {
    49         line-height: 1em;
    50         margin-top: -1em;
    51 }
    52 
    53 br[data-mce-bogus]:only-child {
    54         line-height: inherit;
    55         margin-top: inherit;
    56 }
    57 
    5848.aligncenter,
    5949dl.aligncenter {
    6050        display: block;