From ed4ffac1bfd7a542ed94db58eebc11363b4b8449 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Aug 2021 09:54:26 +0300 Subject: style: make list of news items on front page be more legible Sponsored-by: author --- local.css | 7 +++++++ templates/page.tmpl | 1 + 2 files changed, 8 insertions(+) create mode 100644 local.css diff --git a/local.css b/local.css new file mode 100644 index 0000000..df17d15 --- /dev/null +++ b/local.css @@ -0,0 +1,7 @@ +div.newslist div.archivepage { + margin-bottom: 1em; +} + +div.newslist span.archivepagedate { + font-size: 80%; +} diff --git a/templates/page.tmpl b/templates/page.tmpl index d3ef033..e8459cf 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,6 +5,7 @@ <TMPL_VAR TITLE> +
-- cgit v1.2.1