showCard .desc css for ul and a tags

This commit is contained in:
Devin Howard 2016-10-08 00:03:50 +08:00
parent 0085ce71e6
commit f775629371

View file

@ -143,6 +143,15 @@
margin-top:5px;
}
.CardOnGraph .desc ul {
margin-left: 1em;
}
.CardOnGraph .desc a:hover {
text-decoration: underline;
opacity: 0.9;
}
.CardOnGraph .best_in_place_desc {
display:block;
margin-top:2px;