From 6c872cdecaeee3726c13ee70507c8e48b07146b5 Mon Sep 17 00:00:00 2001 From: Jill Stingray Date: Tue, 9 Jun 2020 13:29:07 +0300 Subject: [PATCH] Fix album in newer browsers --- Web/Presenters/templates/Photos/Album.xml | 2 +- Web/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/Photos/Album.xml b/Web/Presenters/templates/Photos/Album.xml index 0b9b7b9f..d4fe819a 100644 --- a/Web/Presenters/templates/Photos/Album.xml +++ b/Web/Presenters/templates/Photos/Album.xml @@ -39,7 +39,7 @@ - {$photo->getDescription()} + {$photo->getDescription()} {/foreach} diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 981fbffd..88d84cf6 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -251,7 +251,7 @@ color: .album-photo { position: relative; background-color: darkgrey; - margin: 5pt; + margin: 4pt; width: calc(33% - 10pt); height: 82px; text-align: center;