From 879050c98e1d2cc18f522a16d5b0cb2b82232dca Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 24 Mar 2020 13:26:07 -0400 Subject: Try to clarify gathering times - Show user-local date time string on gathering page, alongside UTC timestamp and TZ string - Include TZ in about message - Align table headings to be more readable --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index d168d21..0214ac4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -226,6 +226,10 @@ table.ssb-object td { border: 1px solid black; } +th { + vertical-align: top; +} + .chess-square { width: 1em; height: 1em; -- cgit v1.2.3