From aa589f7dcb9bfef772e2eeab16c4d84686acee7a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 26 Jan 2012 15:39:13 +0000 Subject: [PATCH] html: style tweaks --- data/html/event-log.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/html/event-log.html b/data/html/event-log.html index bb1bc03d..0cd7393c 100755 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -93,7 +93,7 @@ } body { - background-color: #fff; + background-color: #fafafa; color: ; font-size: ; font-family: ; @@ -160,15 +160,15 @@ .event-entry { margin-bottom: 24px; padding-bottom: 24px; - border-bottom: 1px solid; - width: 95%; + border-bottom: 1px #ddd solid; + width: 99%; margin-left: auto; margin-right: auto; padding-left: 72px; padding-right: 12px; background-repeat: no-repeat; background-position: 12px top; - display: block; + display: block; } .action {