TinyMCE: change the default font size from 100% to 16px to fix some back-compat issues, fixes #30038.

git-svn-id: https://develop.svn.wordpress.org/trunk@30490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-20 22:22:55 +00:00
parent e788b30bcd
commit 9998091278
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ html.ios {
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 100%;
font-size: 16px;
line-height: 1.5;
color: #333;
margin: 9px 10px;