Fix path to customizer collpase arrows. Props markjaquith. fixes #20701

git-svn-id: http://core.svn.wordpress.org/trunk@20835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-05-21 19:49:51 +00:00
parent 236667ca24
commit b531b488cf
1 changed files with 1 additions and 1 deletions

View File

@ -5403,7 +5403,7 @@ body.full-overlay-active {
display: block;
width: 15px;
height: 15px;
background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -72px;
background: transparent url('../images/arrows.png') no-repeat 0 -72px;
}
.wp-full-overlay.collapsed .collapse-sidebar-arrow {