From b8a0146d63139462f982b256d0e7c30f178a43b1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 21 Jul 2023 21:24:40 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- css/grid-n-view.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/grid-n-view.css b/css/grid-n-view.css index 628294f..cca33d2 100644 --- a/css/grid-n-view.css +++ b/css/grid-n-view.css @@ -132,7 +132,7 @@ body { color: var(--lightbox-text-color); background: var(--lightbox-background-color); } -.gallery .lightbox.show-caption:after { +.gallery .lightbox.show-caption:before { content: attr(caption); position: absolute; bottom: 0.5em;