Update of /cvsroot/phpicalendar/phpicalendar/templates/red
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18128/templates/red
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/red/default.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** default.css 7 Jul 2009 14:48:29 -0000 1.4
--- default.css 10 Jul 2009 15:57:25 -0000 1.5
***************
*** 79,83 ****
.eventbg { background-color: #6699CC; }
! .tfixed { table-layout: fixed; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
--- 79,83 ----
.eventbg { background-color: #6699CC; }
! .tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
|