]> git.decadent.org.uk Git - videolink.git/commitdiff
Added another attempt at removing scroll bars.
authorBen Hutchings <ben@decadent.org.uk>
Thu, 18 May 2006 22:10:03 +0000 (22:10 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:39:59 +0000 (23:39 +0000)
webdvd.css

index bfc9d2b803818139c24765959f8e6da6cc5983d2..b44149939e3c07d02643828b88c5fef76c428ead 100644 (file)
@@ -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;