Make WordPress Core

Changeset 21532


Ignore:
Timestamp:
08/15/2012 09:21:51 PM (13 years ago)
Author:
azaozz
Message:

Revert [21495]. Discussed in dev-chat: it's better if the themes implement this or something similar.

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

Legend:

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

    r21495 r21532  
    3838
    3939/* WordPress styles */
    40 html {
    41     background: url('img/white.png') repeat-y center top;
    42     background-color: #f5f5f5;
    43 }
    44 
    4540body {
    4641    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     
    4843    line-height: 19px;
    4944    color: #333;
    50     margin: 15px auto;
    51     max-width: 600px;
     45    margin: 10px;
    5246}
    5347
Note: See TracChangeset for help on using the changeset viewer.