TinyMCE: normalize font size for H1 - H6 submenu, fixes #24586.

git-svn-id: http://core.svn.wordpress.org/trunk@24545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2013-07-03 02:03:19 +00:00
parent 5d1439e247
commit 2c93798e2b
2 changed files with 6 additions and 6 deletions

View File

@@ -586,7 +586,7 @@
.wp_themeSkin .mce_h1 span.mceText {
font-weight: bolder;
font-size: 17px;
font-size: 18px;
}
.wp_themeSkin .mce_h2 span.mceText {
@@ -596,22 +596,22 @@
.wp_themeSkin .mce_h3 span.mceText {
font-weight: bolder;
font-size: 15px;
font-size: 14px;
}
.wp_themeSkin .mce_h4 span.mceText {
font-weight: bolder;
font-size: 14px;
font-size: 12px;
}
.wp_themeSkin .mce_h5 span.mceText {
font-weight: bolder;
font-size: 13px;
font-size: 11px;
}
.wp_themeSkin .mce_h6 span.mceText {
font-weight: bolder;
font-size: 12px;
font-size: 10px;
}
/* Theme */