Center left/right pointer arrows, so arrows appear correctly cross-browser. see #18693.

git-svn-id: https://develop.svn.wordpress.org/trunk@19416 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-23 17:28:16 +00:00
parent 07f811b765
commit 219f03e83d
3 changed files with 4 additions and 3 deletions

View File

@@ -128,7 +128,8 @@
.wp-pointer-left .wp-pointer-arrow,
.wp-pointer-right .wp-pointer-arrow {
top: 60px;
top: 50%;
margin-top: -15px;
width: 14px;
height: 30px;
}