Remove monospace from TinyMCE caption/alignment image edit popup. see #18311.
git-svn-id: https://develop.svn.wordpress.org/trunk@20593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cfe73da905
commit
af4b4bb752
@ -357,10 +357,6 @@ div#media-upload-error {
|
||||
color: #CFCFCF;
|
||||
}
|
||||
|
||||
#img-edit #img_cap_text {
|
||||
font: normal 12px/18px monospace;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user