show clickable nature of filters

This commit is contained in:
gwenhael 2014-03-26 12:31:29 +01:00
父節點 7f9bcd585b
當前提交 d607d1fb6c
共有 1 個檔案被更改,包括 5 行新增1 行删除

查看文件

@ -75,6 +75,10 @@ text-align: left;
text-transform:none;
}
#filter ul li {
cursor: pointer;
}
li {
display: inline-block;
padding: .2em 1em;
@ -420,4 +424,4 @@ body { margin: 5px;
font-size: 0.85em;/*12px/16px */
font-weight:400; /* Better supported than 'lighter' attribute */
}
}
}