]> git.zarvox.org Git - shortlog.git/commitdiff
Add CSS support, via static/style.css
authorDrew Fisher <drew.m.fisher@gmail.com>
Sun, 20 Feb 2011 01:22:16 +0000 (19:22 -0600)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sun, 20 Feb 2011 01:22:16 +0000 (19:22 -0600)
Provides tables with padding.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
static/style.css [new file with mode: 0644]
templates/day.html
templates/multiday.html

diff --git a/static/style.css b/static/style.css
new file mode 100644 (file)
index 0000000..ab12d88
--- /dev/null
@@ -0,0 +1,10 @@
+td {
+       padding:15px;
+       text-align: right;
+}
+
+th {
+       padding:15px;
+       text-align: center;
+}
+
index b2a5eac6b17f66eb187fbde3888df6fa52d898f0..cf931b2eed1ff533ac165df6ecb5de7ff19b9513 100644 (file)
@@ -4,6 +4,7 @@ $def with (date, paras, comments)
 <head> 
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > 
 <title>Shortlog - a log of everyday things</title> 
+<link rel="stylesheet" type="text/css" href="/shortlog/static/style.css">
 </head> 
 <body> 
 <h1>Shortlog - a log of everyday things</h1> 
index 137ba83bce0ee7e6afc096752f1eef1dcd72adee..75997a2231b50957fca825467f0e37188bfffbae 100644 (file)
@@ -8,6 +8,7 @@ $#  comment count)
 <head> 
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > 
 <title>Shortlog - a log of everyday things</title> 
+<link rel="stylesheet" type="text/css" href="/shortlog/static/style.css">
 </head> 
 <body> 
 <h1>Shortlog - a log of everyday things</h1>