From 323765672e7eb9d49021b4e60b4be95d9dc1bc1f Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 8 Oct 2012 23:42:25 +0200 Subject: [PATCH] ds2012 fahrplan style: clip #content overflow-x --- content/static/datenspuren/2012/style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/static/datenspuren/2012/style/style.css b/content/static/datenspuren/2012/style/style.css index 10a7ff204..8b46d1c47 100644 --- a/content/static/datenspuren/2012/style/style.css +++ b/content/static/datenspuren/2012/style/style.css @@ -17,6 +17,10 @@ body { #content, #device-2 { padding: 0.5em; } +/* HACK: clip uber-wide schedule table */ +#content { + overflow-x: hidden; +} /**/ /* borders */