From: Ben Hutchings Date: Thu, 18 May 2006 22:10:03 +0000 (+0000) Subject: Added another attempt at removing scroll bars. X-Git-Tag: 0.7~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=b25ec5aba9dfbd2823de2e4e9d5d336727b9e888 Added another attempt at removing scroll bars. --- 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;