From c0916e5dd4cc3729bc8427a556645abfce9b8ee0 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 11 Feb 2011 01:50:08 +0000 Subject: [PATCH] [log] add subtle shadow to date separators --- data/html/event-log.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/html/event-log.html b/data/html/event-log.html index e14058b5..b5a9bc39 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -24,14 +24,15 @@ .day-entry-header { background-color: #ccc; - color: #f7f7f7; + color: #fff; padding: 3px; text-align: center; margin-left: auto; margin-right: auto; - -webkit-border-radius: 20px; + -webkit-border-radius: 25px; width: 128px; font-weight: lighter; + -webkit-box-shadow: 0px 1px 0px #aaa; } .day-entry-content {