From 564a16ed928d0624f90d621b19fde98f775cd3e1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 16 Mar 2011 23:58:42 +0000 Subject: [PATCH] [html] use edged in text instead of rounded rectangles --- data/html/event-log.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/data/html/event-log.html b/data/html/event-log.html index 7e00961e..021296bb 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -23,16 +23,14 @@ } .day-entry-header { - background-color: #ccc; - color: #fff; + color: #d1d1d1; padding: 3px; text-align: center; margin-left: auto; margin-right: auto; - -webkit-border-radius: 25px; - width: 128px; - font-weight: lighter; - -webkit-box-shadow: 0px 1px 0px #aaa; + width: 90%; + text-shadow: 0 -1px 0 rgba( 0, 0, 0, 1.0), + 0 1px 0 rgba(255, 255, 255, 1.0); } .day-entry-content {