Update of /cvsroot/phpicalendar/phpicalendar/templates/tan
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24380/templates/tan
Modified Files:
default.css
Log Message:
Make border-top solid for timeborder and timeborder2 classes.
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** default.css 5 Feb 2010 15:04:42 -0000 1.10
--- default.css 5 Feb 2010 21:37:38 -0000 1.11
***************
*** 108,113 ****
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
--- 108,113 ----
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px solid #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); }
|