From: <par...@us...> - 2010-02-05 21:37:46
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24380/templates/green Modified Files: default.css Log Message: Make border-top solid for timeborder and timeborder2 classes. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/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 *************** *** 110,115 **** .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); } --- 110,115 ---- .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); } |