aboutsummaryrefslogtreecommitdiffstats
path: root/templates/green
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-10 15:57:25 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-10 15:57:25 +0000
commitaeee316fc07f322d1bb2777277213e0f00764329 (patch)
tree0ff2cb72ce9a838bca9b5d5ad92187e6a828a66f /templates/green
parent84035db56e2d14e78de053b2f69f5d68d37033e6 (diff)
downloadphpicalendar-aeee316fc07f322d1bb2777277213e0f00764329.tar.gz
phpicalendar-aeee316fc07f322d1bb2777277213e0f00764329.tar.bz2
phpicalendar-aeee316fc07f322d1bb2777277213e0f00764329.zip
Add word-wrap:break-word (CSS3) to default templates' fixed tables
Diffstat (limited to 'templates/green')
-rw-r--r--templates/green/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/green/default.css b/templates/green/default.css
index 4b9ef4b..6bf7724 100644
--- a/templates/green/default.css
+++ b/templates/green/default.css
@@ -98,7 +98,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.eventbg { background-color: #339933; }
-.tfixed { table-layout: fixed; }
+.tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy