event date and room no longer wrap

This commit is contained in:
Owen Smith 2012-07-30 18:05:13 -04:00
parent b3ead8b541
commit c546611e9d
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ td.eventdate {
background: #eeffee; background: #eeffee;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
white-space: nowrap;
} }
td.eventitem { td.eventitem {
background: white; background: white;
@ -92,6 +93,7 @@ td.eventitem {
td.eventroom { td.eventroom {
background: #eeffee; background: #eeffee;
text-align: center; text-align: center;
white-space: nowrap;
} }
th.news { th.news {
background: #222255; background: #222255;