From 5d2090ee533fc69aae82fb69e8fead3f59d6ea3b Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@20597 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 97250ef6c..3b7e1566e 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; }