Ensure a min-height on rdetail_image_div in an attempt to prevent
the rdetail_summary_from_rec div from forcing the copy_hold_counts
div off the margins of the page (observed in Chrome on some -- but
not all -- records where there is no cover image available).
Signed-off-by: Jeff Godin <jgodin@tadl.org>
#rdetail_image_div {
float: left;
margin-right: 1em;
+ min-height: 190px;
}
.rdetail_aux_utils {