From: <par...@us...> - 2009-07-10 15:57:31
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18128/templates/grey 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/grey/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 *************** *** 80,84 **** .eventbg { background-color: #6699CC; } ! .tfixed { table-layout: fixed; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } --- 80,84 ---- .eventbg { background-color: #6699CC; } ! .tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } |