From 98157e607cf1c4aba1257abcc7742a8c4a1b94a0 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 11 Jan 2021 18:11:21 +0100 Subject: Add view count and atom feed url and change index --- static/dark.css | 2 +- static/light.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/dark.css b/static/dark.css index aa19a5a..f204117 100644 --- a/static/dark.css +++ b/static/dark.css @@ -35,7 +35,7 @@ tr { td { padding-top: 10px; padding-bottom: 10px; - /*vertical-align: top;*/ + vertical-align: top; } form { diff --git a/static/light.css b/static/light.css index cbf3596..a057273 100644 --- a/static/light.css +++ b/static/light.css @@ -30,6 +30,7 @@ tr { td { padding-top: 10px; padding-bottom: 10px; + vertical-align: top; } form { -- cgit v1.2.3