From b8f9ebd68c142e9dd85604f50b5fe7878400284b Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 5 Oct 2008 12:42:08 +0200 Subject: [PATCH] Make the CSS valid --- static/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/print.css b/static/print.css index 7818344..19e6bc9 100644 --- a/static/print.css +++ b/static/print.css @@ -28,5 +28,5 @@ form.jump { display: none; - overflow: none; + overflow: hidden; } -- 2.39.5