Dotclear


Ignore:
Timestamp:
01/19/18 16:54:20 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Adjust editors base font size (CodeMirror?, dcLegacyEditor, dcCKEditor), should fix #2263

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/contents.css

    r3616 r3669  
    2727     word-wrap: break-word; 
    2828} 
     29 
     30/* Dotclear */ 
     31:root { 
     32     --html-font-size: 62.5%; } 
     33 
     34html { 
     35     font-size: 62.5%; 
     36     font-size: var(--html-font-size); } 
     37 
     38body { 
     39     font-size: 1.4rem; 
     40     line-height: 1.5; 
     41     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 
     42} 
     43.cke_editable 
     44{ 
     45     font-size: 1.4rem; 
     46} 
     47/* End Dotclear */ 
    2948 
    3049blockquote 
Note: See TracChangeset for help on using the changeset viewer.

Sites map