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
This commit is contained in:
Andrew Nacin
2012-04-25 20:56:26 +00:00
parent b75eefda56
commit a14e7a1e8f

View File

@@ -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;
}