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;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません