From 700377e57a9b27c567c4e1e1f84a82632e77e5c3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 18 Mar 2011 16:16:38 +0000 Subject: [PATCH] [html] centre the dates --- data/html/event-log.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/html/event-log.html b/data/html/event-log.html index e9dff0ba..0f6877a9 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -29,6 +29,8 @@ width: 90%; text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0); margin-bottom: 9px; + margin-left: auto; + margin-right: auto; } .day-entry-content {