From: <par...@us...> - 2009-07-10 15:57:30
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18128/templates/green 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/green/default.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** default.css 7 Jul 2009 14:48:29 -0000 1.3 --- default.css 10 Jul 2009 15:57:25 -0000 1.4 *************** *** 99,103 **** .eventbg { background-color: #339933; } ! .tfixed { table-layout: fixed; } .calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; } --- 99,103 ---- .eventbg { background-color: #339933; } ! .tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; } |