summaryrefslogtreecommitdiff
path: root/app/lttr
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-01-30 15:02:18 -0500
committerluxagraf <sng@luxagraf>2021-01-30 15:02:18 -0500
commit21738649af31c690b5268f4654731ae1677498b1 (patch)
tree0c6f488f9652ffe38398d1f27346939bfa9aa681 /app/lttr
parent948da3231fe9da84d67a2c0bca0f60f7845fa7e5 (diff)
lttr: fixed some styling issues on Range archive pages
Diffstat (limited to 'app/lttr')
-rw-r--r--app/lttr/templates/lttr/range_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html
index 41bf611..973c86e 100644
--- a/app/lttr/templates/lttr/range_detail.html
+++ b/app/lttr/templates/lttr/range_detail.html
@@ -77,7 +77,7 @@
src="{{image.get_src}}"
alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}">
</a>
- <figcaption>
+ <figcaption class="exif-caption">
{{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} {{image.exif_aperture}} for {{image.exif_exposure}} at {{image.exif_iso}}
</figcaption>
</figure>{%endwith%}