浏览代码

Max Height for Dude and Walter

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

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

@@ -207,6 +207,7 @@ li.recentList:before {
207 207
     bottom: 0px;
208 208
     left: 30px;
209 209
     max-width: 20%;
210
+    max-height: 50%;
210 211
 }
211 212
 
212 213
 #walter {
@@ -214,6 +215,7 @@ li.recentList:before {
214 215
     bottom: 0px;
215 216
     right: 30px;
216 217
     max-width: 20%;
218
+    max-height: 50%;
217 219
 }
218 220
 
219 221
 #dude:hover {

正在加载...
取消
保存