소스 검색

Fix li.thumb image position

soyjavi 13 년 전
부모
커밋
eae6227d40
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 3
      src/stylesheets/Lungo.layout.list.less
  2. 1 1
      src/stylesheets/css/Lungo.layout.list.css

+ 1 - 3
src/stylesheets/Lungo.layout.list.less

@@ -41,9 +41,7 @@
 
         &.thumb {
             & img, & .icon {
-                margin: -8px 8px -8px -8px;
-                // height: 46px !important;
-                // width:46px !important;
+                margin: -9px 9px -9px -9px;
                 height: 48px !important;
                 width:48px !important;
                 font-size: 3.6em;

+ 1 - 1
src/stylesheets/css/Lungo.layout.list.css

@@ -43,7 +43,7 @@
 }
 .list li.thumb img,
 .list li.thumb .icon {
-  margin: -8px 8px -8px -8px;
+  margin: -9px 9px -9px -9px;
   height: 48px !important;
   width: 48px !important;
   font-size: 3.6em;