showCard .desc css for ul and a tags
This commit is contained in:
parent
0085ce71e6
commit
f775629371
1 changed files with 9 additions and 0 deletions
|
@ -143,6 +143,15 @@
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CardOnGraph .desc ul {
|
||||||
|
margin-left: 1em;
|
||||||
|
|
||||||
|
}
|
||||||
|
.CardOnGraph .desc a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
.CardOnGraph .best_in_place_desc {
|
.CardOnGraph .best_in_place_desc {
|
||||||
display:block;
|
display:block;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
|
|
Loading…
Reference in a new issue