Ticket #17154: 17154.patch
File 17154.patch, 960 bytes (added by , 12 years ago) |
---|
-
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
38 38 39 39 /* WordPress styles */ 40 40 body { 41 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;42 font-size: 13px;43 line-height: 19px;41 /* Line-height should be inside a combined 'font' declaration. 42 If separate, WebKit browsers will insert spans with style="line-height: ..." */ 43 font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 44 44 color: #333; 45 45 margin: 10px; 46 46 } 47 47 48 br[data-mce-bogus] {49 line-height: 1em;50 margin-top: -1em;51 }52 53 br[data-mce-bogus]:only-child {54 line-height: inherit;55 margin-top: inherit;56 }57 58 48 .aligncenter, 59 49 dl.aligncenter { 60 50 display: block;