From: <cl...@us...> - 2004-02-05 03:17:26
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13046/templates/default Modified Files: default.css Log Message: Added more colors. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 4 Feb 2004 05:55:15 -0000 1.6 --- default.css 5 Feb 2004 03:14:54 -0000 1.7 *************** *** 9,12 **** --- 9,18 ---- .alldaybg_1 {background: url(images/allday_1.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_2 {background: url(images/allday_2.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_3 {background: url(images/allday_3.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_4 {background: url(images/allday_4.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_5 {background: url(images/allday_4.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_6 {background: url(images/allday_4.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} + .alldaybg_7 {background: url(images/allday_4.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} |