浏览代码

Better positioning for the social buttons

Nicolas Petton 12 年之前
父节点
当前提交
7dfb04ad2d
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      css/style.css

+ 2 - 3
css/style.css

@@ -118,10 +118,9 @@ h3 {
 }
 
 #social {
-    position: fixed;
-    top: 6px;
+    position: absolute;
+    top: 60px;
     right: 10px;
-    z-index: 10;
 }
 
 #links a {