소스 검색

Fixed PNG zoom edges

Moritz Schmidt 10 년 전
부모
커밋
038895b748
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      templates/header.php

+ 1 - 0
templates/header.php

@@ -64,6 +64,7 @@
         -ms-transition: all 1s ease; /* IE 9 */
         -o-transition: all 1s ease; /* Opera */
         transition: all 1s ease;
+        outline: 1px solid transparent;
       }
 
       .image-zoom:hover img {