From c546611e9dcabebae1b84093f5c0ed45c26e5ca6 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Mon, 30 Jul 2012 18:05:13 -0400 Subject: [PATCH] event date and room no longer wrap --- default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.css b/default.css index b9e1a80..15f09f3 100644 --- a/default.css +++ b/default.css @@ -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;