Update of /cvsroot/phpicalendar/phpicalendar/templates/green
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/green
Modified Files:
default.css
Log Message:
Fix some of the table borders in CSS
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** default.css 10 Jul 2009 20:31:23 -0000 1.6
--- default.css 27 Jul 2009 22:17:07 -0000 1.7
***************
*** 103,110 ****
.dateback { background-color: #eee; }
! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
--- 103,110 ----
.dateback { background-color: #eee; }
! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
|