From b25ec5aba9dfbd2823de2e4e9d5d336727b9e888 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 18 May 2006 22:10:03 +0000 Subject: [PATCH] Added another attempt at removing scroll bars. --- webdvd.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webdvd.css b/webdvd.css index bfc9d2b..b441499 100644 --- a/webdvd.css +++ b/webdvd.css @@ -3,6 +3,8 @@ body { font-family: sans-serif; /* Let the background overscan, but not the content. */ padding: 60px; + /* No scroll bars. */ + overflow: hidden; } a:link, a:visited { color: blue; -- 2.39.2