event date and room no longer wrap
This commit is contained in:
parent
b3ead8b541
commit
c546611e9d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue