Merge pull request #147 from cycojesus/master
show clickable nature of filters
This commit is contained in:
commit
711a3a6576
|
@ -75,6 +75,10 @@ text-align: left;
|
||||||
text-transform:none;
|
text-transform:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter ul li {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .2em 1em;
|
padding: .2em 1em;
|
||||||
|
@ -420,4 +424,4 @@ body { margin: 5px;
|
||||||
font-size: 0.85em;/*12px/16px */
|
font-size: 0.85em;/*12px/16px */
|
||||||
font-weight:400; /* Better supported than 'lighter' attribute */
|
font-weight:400; /* Better supported than 'lighter' attribute */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue