From: Drew Fisher Date: Sun, 20 Feb 2011 01:22:16 +0000 (-0600) Subject: Add CSS support, via static/style.css X-Git-Url: http://git.zarvox.org/main.js?a=commitdiff_plain;h=2b147738f0d79219b550c5832017ac33785f85be;p=shortlog.git Add CSS support, via static/style.css Provides tables with padding. Signed-off-by: Drew Fisher --- 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