Make WordPress Core

Ticket #29986: 29986.4.patch

File 29986.4.patch, 1.5 KB (added by azaozz, 11 years ago)
  • src/wp-content/themes/twentyfifteen/css/editor-style.css

     
    2929        font-size: 19px;
    3030        line-height: 1.6471;
    3131        max-width: 660px;
    32         margin: 83px 0 83px 83px;
     32        margin: 8% 10%;
    3333        vertical-align: baseline;
    3434}
    3535
     
    250250        margin: 0 0 32px;
    251251}
    252252
     253table,
     254th,
     255td,
    253256.mce-item-table,
    254257.mce-item-table th,
    255258.mce-item-table td {
     
    256259        border: 1px solid #eaeaea;
    257260}
    258261
    259 .mce-item-table a {
     262table a {
    260263        color: #333;
    261264}
    262265
     266table,
    263267.mce-item-table {
    264268        border-collapse: separate;
    265269        border-spacing: 0;
     
    268272        width: 100%;
    269273}
    270274
     275table th,
    271276.mce-item-table th,
    272 .mce-item-table caption {
     277table caption {
    273278        border-width: 0 1px 1px 0;
    274279        font-family: "Noto Serif", serif;
    275280        font-size: 19px;
     
    279284        vertical-align: baseline;
    280285}
    281286
     287table td,
    282288.mce-item-table td {
    283289        border-width: 0 1px 1px 0;
    284290        font-family: "Noto Serif", serif;
     
    447453 * 8.0 RTL
    448454 */
    449455
    450 body.rtl {
    451         margin: 83px 83px 83px 0;
    452 }
    453 
    454456.rtl blockquote {
    455457        border-right: 4px solid #707070;
    456458        border-left: none;
     
    469471        margin: 0 25px 0 0;
    470472}
    471473
    472 .rtl .mce-item-table th,
    473 .rtl .mce-item-table caption {
     474.rtl table th,
     475.rtl table caption {
    474476        text-align: right;
    475477}
    476478