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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-11-23 17:28:16 +00:00
parent 84b34160fa
commit e87e9b21e4
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;
}