Ticket #30038: 30038.patch
File 30038.patch, 1.2 KB (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
11 11 12 12 body { 13 13 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 14 font-size: 1 3px;15 line-height: 1 9px;14 font-size: 100%; 15 line-height: 1.5; 16 16 color: #333; 17 17 margin: 9px 10px; 18 max-width: 100%; 18 19 } 19 20 20 21 body.rtl { … … 26 27 } 27 28 28 29 body.wp-autoresize { 29 max-width: 100%;30 30 overflow: visible !important; 31 31 /* The padding ensures margins of the children are contained in the body. */ 32 32 padding-top: 1px !important; … … 42 42 font-weight: bold !important; 43 43 } 44 44 45 pre { 46 font-family: Consolas, Monaco, monospace; 47 } 48 49 td, 50 th { 51 font-family: inherit; 52 font-size: inherit; 53 } 54 45 55 /* DFW mode */ 46 56 html.wp-fullscreen, 47 57 html.wp-fullscreen body#tinymce { … … 110 120 margin: 0; 111 121 } 112 122 113 pre {114 font: 12px/18px Consolas, Monaco, monospace;115 }116 117 td {118 color: #000;119 font-size: 11px;120 margin: 8px;121 }122 123 123 /* Remove blue highlighting of selected images in WebKit */ 124 124 img::selection { 125 125 background-color: transparent;