From 3e0c98e1d945f82a92df64e4493ccf054c674cae Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 3 Jul 2020 22:26:29 +0200 Subject: [PATCH] Minor explanatory text improvements. --- enhance_table.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index 105e1d5..14c0134 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -136,9 +136,7 @@ if output_type == 'html': table, tr, th, td { border: 1px solid black; } .day_row:nth-child(7n+2) { background-color: yellow; } .district_name { writing-mode: vertical-rl; transform: rotate(180deg); } - -

Table of Berlin's Corona infection number development by districts. -

+

Table of Berlin's Corona infection number development by districts

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

@@ -190,7 +188,7 @@ elif output_type == 'txt': # Explain what this is. intro = \ """Table of Berlin's Corona infection number development by districts. -Updated daily around 9pm. +Updated daily at 9pm. Abbrevations/explanations: """ -- 2.30.2