소스 검색

樣式修正

jeter20131220 4 년 전
부모
커밋
4949aa3bc7
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      desktop11/style.css
  2. 0 0
      desktop11/style.css.map
  3. 1 2
      desktop11/style.scss

+ 1 - 0
desktop11/style.css

@@ -634,6 +634,7 @@ body .arrow:hover {
   text-align: right;
   padding-right: 50px;
   background-size: 32px 32px;
+  border-radius: 3px;
   background-color: #fff;
   -webkit-transition: 0.3s;
   transition: 0.3s;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop11/style.css.map


+ 1 - 2
desktop11/style.scss

@@ -556,9 +556,8 @@ body {
                 border: 1px solid #3b5998;
                 text-align: right;
                 padding-right: 50px;
-               
-                // background: url(./img/logo/facebook.png) 10% 50% no-repeat scroll transparent;
                 background-size: 32px 32px;
+                border-radius: 3px;
                 background-color: #fff;
                 transition: 0.3s;
                 position: relative;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.