[CMF-checkins] CVS: CMF/CMFCalendar/skins/zpt_calendar - CalendarStyle.css:1.2.32.1

Yvo Schubbe schubbe@web.de
Fri, 6 Jun 2003 07:54:28 -0400


Update of /cvs-repository/CMF/CMFCalendar/skins/zpt_calendar
In directory cvs.zope.org:/tmp/cvs-serv26432/CMFCalendar/skins/zpt_calendar

Modified Files:
      Tag: yuppie-buglets2-branch
	CalendarStyle.css 
Log Message:
- removed dtml (Collector #164)
- fixed styles

=== CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css 1.2 => 1.2.32.1 ===
--- CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css:1.2	Fri May 10 06:37:44 2002
+++ CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css	Fri Jun  6 07:53:57 2003
@@ -1,7 +1,3 @@
-<dtml-unless do_inline_css>
-<dtml-call "RESPONSE.setHeader('Content-Type','text/css')">
-</dtml-unless>
-
 .CalendarArrow {
     font-weight: bold;
     text-decoration: none;
@@ -32,7 +28,7 @@
 }
 
 table.calendar td {
-    white-space: nowrap
+    white-space: nowrap;
     background-color: white;
     width: 1.5em;
 }
@@ -96,7 +92,7 @@
 }
 
 table.dayView td {
-    white-space: nowrap
+    white-space: nowrap;
     background-color: white;
     font-size: 75%;
     width: 1.5em;