Remove monospace from TinyMCE caption/alignment image edit popup. see #18311.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-04-25 19:54:04 +00:00
parent d17afd15a4
commit 841cda2d1a
3 changed files with 4 additions and 8 deletions

View File

@ -357,10 +357,6 @@ div#media-upload-error {
color: #CFCFCF;
}
#img-edit #img_cap_text {
font: normal 12px/18px monospace;
}
.hidden {
display: none;
}

View File

@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<link rel="stylesheet" href="css/editimage.css?ver=348" type="text/css" media="all" />
<script type="text/javascript" src="js/editimage.js?ver=348"></script>
<script type="text/javascript" src="../../utils/form_utils.js?ver=348"></script>
<link rel="stylesheet" href="css/editimage.css?ver=349-20592" type="text/css" media="all" />
<script type="text/javascript" src="js/editimage.js?ver=349-20592"></script>
<script type="text/javascript" src="../../utils/form_utils.js?ver=349-20592"></script>
<base target="_self" />
</head>

View File

@ -18,7 +18,7 @@ $wp_db_version = 20148;
*
* @global string $tinymce_version
*/
$tinymce_version = '349-20521';
$tinymce_version = '349-20592';
/**
* Holds the cache manifest version