From 2b147738f0d79219b550c5832017ac33785f85be Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Sat, 19 Feb 2011 19:22:16 -0600 Subject: [PATCH] Add CSS support, via static/style.css Provides tables with padding. Signed-off-by: Drew Fisher --- static/style.css | 10 ++++++++++ templates/day.html | 1 + templates/multiday.html | 1 + 3 files changed, 12 insertions(+) create mode 100644 static/style.css diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..ab12d88 --- /dev/null +++ b/static/style.css @@ -0,0 +1,10 @@ +td { + padding:15px; + text-align: right; +} + +th { + padding:15px; + text-align: center; +} + diff --git a/templates/day.html b/templates/day.html index b2a5eac..cf931b2 100644 --- a/templates/day.html +++ b/templates/day.html @@ -4,6 +4,7 @@ $def with (date, paras, comments) Shortlog - a log of everyday things +

Shortlog - a log of everyday things

diff --git a/templates/multiday.html b/templates/multiday.html index 137ba83..75997a2 100644 --- a/templates/multiday.html +++ b/templates/multiday.html @@ -8,6 +8,7 @@ $# comment count) Shortlog - a log of everyday things +

Shortlog - a log of everyday things

-- 2.39.2