diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index be367679..a0f04e22 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -94,9 +94,11 @@ .series-block { border: darkgray solid 1px; padding: 1px; + text-decoration: none; } .series-block:hover { -background-color: darkblue +background-color: darkblue; +align: center; }