From 374fa5cccd0d47305f6348dfba108b9b2867afb5 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 13 Jan 2024 17:35:34 +0100 Subject: [PATCH] PhotoPage: re-instate meta header styling lost in rebase --- public/css/default.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/css/default.css b/public/css/default.css index d5e19b8..55f3581 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -549,6 +549,20 @@ a#previous_photo:hover, a#next_photo:hover { border-color: rgb(100, 0, 0); } +.photo_meta { + background-color: var(--bs-body-bg); + box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1); +} +.photo_meta li { + padding: 0.6rem 1rem; +} +.photo_meta h4 { + font-family: 'Coda', sans-serif; + font-size: inherit; + font-weight: bold; + margin: 0; +} + /* Responsive: smartphone in portrait ---------------------------------------*/