Ignore:
Timestamp:
09/14/10 13:25:32 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1268 - Diferença de fonte na exibição e edição de um e-mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/rich_text_editor.js

    r3130 r3238  
    5151                { 
    5252                        iframe.contentWindow.document.designMode = "on"; 
    53                         if ( iframe.contentWindow.document.documentElement ) 
     53                        if ( iframe.contentWindow.document.documentElement ){ 
    5454                                iframe.contentWindow.document.documentElement.style.background = '#fff'; 
     55                                iframe.contentWindow.document.documentElement.style.fontSize = '16px'; 
     56                        } 
    5557                }); 
    5658 
Note: See TracChangeset for help on using the changeset viewer.