浏览代码

Hover Walter and Dude

Thomas Buck 11 年前
父节点
当前提交
18988ec5b0
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      input/css/style.css

+ 8
- 0
input/css/style.css 查看文件

@@ -216,6 +216,14 @@ li.recentList:before {
216 216
     max-width: 20%;
217 217
 }
218 218
 
219
+#dude:hover {
220
+    z-index: 2;
221
+}
222
+
223
+#walter:hover {
224
+    z-index: 2;
225
+}
226
+
219 227
 #footer {
220 228
     clear: both;
221 229
     float: left;

正在加载...
取消
保存