From: <par...@us...> - 2010-02-05 21:37:46
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24380/templates/default Modified Files: default.css Log Message: Make border-top solid for timeborder and timeborder2 classes. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** default.css 5 Feb 2010 15:04:42 -0000 1.32 --- default.css 5 Feb 2010 21:37:38 -0000 1.33 *************** *** 89,94 **** .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .weekborder3 { 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); } --- 89,94 ---- .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .weekborder3 { 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); } |