From 3120fd09120f40432957e30a5560889badfa10a1 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 23 Nov 2008 18:55:47 +0100 Subject: Added nowrap class in styles.css. Time strings are now 'nonwrapable'. Removed in german translations the 'Uhr' from time formating. --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 7c36def..acf5ed0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -109,6 +109,10 @@ a:active { display: none; } +.nowrap { + white-space: nowrap; +} + /* ###################### # Tooltip style for hints ###################### -- cgit v1.2.3