Make WordPress Core

Changeset 29986


Ignore:
Timestamp:
10/21/2014 11:05:33 PM (12 years ago)
Author:
azaozz
Message:

TinyMCE: update the default styles: make the font size larger and make it the same size in tables. Fixes #30038

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

    r29773 r29986  
    1212body {
    1313        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    14         font-size: 13px;
    15         line-height: 19px;
     14        font-size: 100%;
     15        line-height: 1.5;
    1616        color: #333;
    1717        margin: 9px 10px;
     18        max-width: 100%;
    1819}
    1920
     
    2728
    2829body.wp-autoresize {
    29         max-width: 100%;
    3030        overflow: visible !important;
    3131        /* The padding ensures margins of the children are contained in the body. */
     
    4141body.webkit b {
    4242        font-weight: bold !important;
     43}
     44
     45pre {
     46        font-family: Consolas, Monaco, monospace;
     47}
     48
     49td,
     50th {
     51        font-family: inherit;
     52        font-size: inherit;
    4353}
    4454
     
    109119        padding: 0 4px 5px;
    110120        margin: 0;
    111 }
    112 
    113 pre {
    114         font: 12px/18px Consolas, Monaco, monospace;
    115 }
    116 
    117 td {
    118         color: #000;
    119         font-size: 11px;
    120         margin: 8px;
    121121}
    122122
Note: See TracChangeset for help on using the changeset viewer.