@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less +++ a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less @@ -694,6 +694,14 @@ th { margin-bottom : 10px; } +img.adlibris-cover { + max-height: 120px; +} + +img.adlibris-cover-big { + max-height: 200px; +} + td.overdue { color : #cc3333; } --