Skip to content

Commit 52c7f5a

Browse files
committed
Fix the sprite positioning for HiDPI sorting arrows.
props lessbloat. fixes #23071. for 3.5. git-svn-id: https://develop.svn.wordpress.org/branches/3.5@23287 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f352f85 commit 52c7f5a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/css/wp-admin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8447,7 +8447,7 @@ a.widget-control-edit {
84478447
}
84488448

84498449
.sorting-indicator {
8450-
background-image: url('../images/sort-2x.gif');
8450+
background-image: url('../images/sort-2x.gif?ver=20130102');
84518451
background-size: 14px 4px;
84528452
}
84538453

wp-admin/images/sort-2x.gif

-92 Bytes
Loading

0 commit comments

Comments
 (0)