diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 15:02:18 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 15:02:18 -0500 |
commit | 21738649af31c690b5268f4654731ae1677498b1 (patch) | |
tree | 0c6f488f9652ffe38398d1f27346939bfa9aa681 /app/lttr | |
parent | 948da3231fe9da84d67a2c0bca0f60f7845fa7e5 (diff) |
lttr: fixed some styling issues on Range archive pages
Diffstat (limited to 'app/lttr')
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 2 |
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%} |