Make WordPress Core

Changeset 21495


Ignore:
Timestamp:
08/10/2012 07:11:03 AM (13 years ago)
Author:
azaozz
Message:

Better editor background, take one, see #21536

Location:
trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css

    r20125 r21495  
    3838
    3939/* WordPress styles */
     40html {
     41    background: url('img/white.png') repeat-y center top;
     42    background-color: #f5f5f5;
     43}
     44
    4045body {
    4146    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     
    4348    line-height: 19px;
    4449    color: #333;
    45     margin: 10px;
    46     min-height: 100%;
     50    margin: 15px auto;
     51    max-width: 600px;
    4752}
    4853
Note: See TracChangeset for help on using the changeset viewer.