show clickable nature of filters

This commit is contained in:
gwenhael 2014-03-26 12:31:29 +01:00
parent 7f9bcd585b
commit d607d1fb6c

View file

@ -75,6 +75,10 @@ text-align: left;
text-transform:none;
}
#filter ul li {
cursor: pointer;
}
li {
display: inline-block;
padding: .2em 1em;