From 9172c8606e60b5348af652c321cf8f9bc6e8e21c Mon Sep 17 00:00:00 2001 From: ak703 Date: Thu, 13 Jan 2005 00:11:35 +0000 Subject: [PATCH] remove border from jscal style blue to be able to define border while embedding. Make integration in sidemenu, or wherelse, more configurable. --- phpgwapi/js/jscalendar/calendar-blue.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/js/jscalendar/calendar-blue.css b/phpgwapi/js/jscalendar/calendar-blue.css index 86f260f698..3357e979fd 100644 --- a/phpgwapi/js/jscalendar/calendar-blue.css +++ b/phpgwapi/js/jscalendar/calendar-blue.css @@ -3,8 +3,8 @@ div.calendar { position: relative; } .calendar, .calendar table { - border: 1px solid #556; - font-size: 11px; + border: 0px solid #556; + font-size: 10pt; color: #000; cursor: default; background: #eef;