mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Twenty Thirteen: remove CSS hack added in r24286 for pixel shift in Chrome with gallery thumbs. Not needed now that we're loading medium size (and not large), see r24338.
git-svn-id: http://core.svn.wordpress.org/trunk@24350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
83a00bd3dc
commit
0e3b4160bd
@ -1600,7 +1600,6 @@ footer.entry-meta {
|
||||
.blog .format-gallery .gallery-item .gallery-icon img,
|
||||
.archive .format-gallery .gallery-item .gallery-icon img,
|
||||
.search .format-gallery .gallery-item .gallery-icon img {
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
|
Loading…
Reference in New Issue
Block a user