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;
text-align: center;
font-weight: bold;
white-space: nowrap;
}
td.eventitem {
background: white;
@ -92,6 +93,7 @@ td.eventitem {
td.eventroom {
background: #eeffee;
text-align: center;
white-space: nowrap;
}
th.news {
background: #222255;