[CMF-checkins] CVS: Products/CMFCalendar/skins/zpt_calendar - CalendarStyle.css:1.2
Andy Dawkins
andyd@nipltd.com
Fri, 10 May 2002 06:37:45 -0400
Update of /cvs-repository/Products/CMFCalendar/skins/zpt_calendar
In directory cvs.zope.org:/tmp/cvs-serv5851
Modified Files:
CalendarStyle.css
Log Message:
added a style for the title of the Calendar and a style for the Left and Right navigation Arrows
=== Products/CMFCalendar/skins/zpt_calendar/CalendarStyle.css 1.1 => 1.2 ===
</dtml-unless>
+.CalendarArrow {
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+}
+
+.CalendarTitle {
+ font-weight: bold;
+ text-decoration: none;
+ text-align: center;
+ color: #000000;
+}
+
div.CalendarBox {
background-color: white;
border: None;