Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18128/templates/default
Modified Files:
default.css
Log Message:
Add word-wrap:break-word (CSS3) to default templates' fixed tables
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** default.css 7 Jul 2009 14:48:29 -0000 1.25
--- default.css 10 Jul 2009 15:57:25 -0000 1.26
***************
*** 81,85 ****
.eventbg { background-color: #6699CC; }
! .tfixed { table-layout: fixed; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
--- 81,85 ----
.eventbg { background-color: #6699CC; }
! .tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
|