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:
parent
e788b30bcd
commit
9998091278
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue