summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 18:55:47 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 18:55:47 +0100
commit3120fd09120f40432957e30a5560889badfa10a1 (patch)
tree4f255153431cf305d480e5c6e1b770db563f5db4 /css
parent423b3f2852a891c8f92bad46f349826b7e8abe5f (diff)
downloadvdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.gz
vdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.bz2
Added nowrap class in styles.css. Time strings are now 'nonwrapable'.
Removed in german translations the 'Uhr' from time formating.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css4
1 files changed, 4 insertions, 0 deletions
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
######################