[CMF-checkins] CVS: CMF/CMFCalendar/skins/zpt_calendar - CalendarStyle.css:1.2.28.1
Yvo Schubbe
schubbe@web.de
Sun, 8 Jun 2003 15:46:57 -0400
Update of /cvs-repository/CMF/CMFCalendar/skins/zpt_calendar
In directory cvs.zope.org:/tmp/cvs-serv26069/CMFCalendar/skins/zpt_calendar
Modified Files:
Tag: CMF-1_4-branch
CalendarStyle.css
Log Message:
Merged yuppie-buglets2-branch:
- Fixed some zpt issues. (Collector #156 and other)
- Fixed stylesheets. (Collector #164)
- Cleanup.
=== CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css 1.2 => 1.2.28.1 ===
--- CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css:1.2 Fri May 10 06:37:44 2002
+++ CMF/CMFCalendar/skins/zpt_calendar/CalendarStyle.css Sun Jun 8 15:46:26 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;