From 8d5a97fc8ed5d6bdfd64025dd4a79e8f5abbf85c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 7 Jul 2024 14:53:13 +0100 Subject: Better implementation of carousel - Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image --- pyblackbird_cc/templates/resources/resource_detail.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyblackbird_cc/templates/resources/resource_detail.html') diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html index 2cdebd4..4db7f56 100644 --- a/pyblackbird_cc/templates/resources/resource_detail.html +++ b/pyblackbird_cc/templates/resources/resource_detail.html @@ -53,6 +53,7 @@ + {% for snapshot_filename, snapshot_urls in resource.snapshot_urls.items %}
@@ -62,15 +63,16 @@