From 0dd838a72ff95c995e9d5c167135467dc7037ce7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 2 May 2011 13:29:05 +0100 Subject: [PATCH] html: give gravatar a background color so the default doesn't shine through when the gravatar has alpha --- data/html/event-log.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/html/event-log.html b/data/html/event-log.html index 158ea70f..5b7af801 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -38,7 +38,7 @@ } .day-entry-content { - padding: 9px; + padding: 9px; } a { @@ -103,6 +103,7 @@ .buddy-icon { width: 36px; height: 36px; + background-color: #fff; } .event-info {