From 21c9d6113ccab89153a7a2acefbc4c2d94694199 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Sun, 28 Feb 2021 22:11:24 +0100 Subject: [PATCH] Fixed literature lists image url. --- webapp/src/main/webapp/themes/iph/css/iph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index bf5f57c2..80b9b771 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2591,7 +2591,7 @@ button.collapsible.active { font-size: 1.1rem; } .biblio >h2.label { - background-image: url(/vivo/themes/iph/images/book_icon.png); + background-image: url(../images/book_icon.png); background-repeat: no-repeat; background-position: left center; font-family: "IPH Astra Serif";