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: https://develop.svn.wordpress.org/trunk@24350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a999bc364f
commit
30f277035c
|
@ -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