From a150b7aa4b83c1725128ecb6470b8cbf2d5e0214 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 4 May 2024 21:02:51 +0200 Subject: Optional decade / year / month headings --- share/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'share/css/main.css') diff --git a/share/css/main.css b/share/css/main.css index d3795ee..9bfb229 100644 --- a/share/css/main.css +++ b/share/css/main.css @@ -6,6 +6,12 @@ a { text-decoration: none; } +h1 { + clear: both; + padding-top: 1em; + margin-left: 1em; +} + div.image-container { text-align: center; font-size: 80%; @@ -14,6 +20,10 @@ div.image-container { height: /* $boxheight */; } +div.image-list-end { + clear: both; +} + div.image-container a { text-decoration: none; } -- cgit v1.2.3