From a14e7a1e8fd5a23a76e3798075677a0542a4a45d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 25 Apr 2012 20:56:26 +0000 Subject: [PATCH] Move to pixels to avoid off-by-one rendering in Chrome. props trepmal. fixes #20402. git-svn-id: https://develop.svn.wordpress.org/trunk@20597 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css b/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css index 97250ef6cc..3b7e1566ed 100644 --- a/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css +++ b/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css @@ -334,7 +334,7 @@ div#media-upload-header { position: relative; border-bottom-width: 1px; border-bottom-style: solid; - height: 2.5em; + height: 33px; background-color: #f9f9f9; border-bottom-color: #dfdfdf; }