Underline search facets on hover.

This commit is contained in:
Max Goodman
2012-08-21 10:48:09 -07:00
parent 3828815524
commit 4208ea88f7

View File

@@ -1875,6 +1875,10 @@ label + #moresearchinfo {
margin: 5px;
}
.searchfacets .facet:hover {
text-decoration: underline;
}
.searchfacets .list {
margin: 0px 0px 0px 10px;
}