From 036adb1a448d0ff2edde8552f4fbe4f7a2107a1b Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 9 Dec 2005 00:54:48 +0000
Subject: [PATCH] Increased horizontal padding.

---
 webdvd.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webdvd.css b/webdvd.css
index 05159f5..bfc9d2b 100644
--- a/webdvd.css
+++ b/webdvd.css
@@ -2,7 +2,7 @@ body {
   /* Sans-serif fonts will be much more readable than serif on a TV. */
   font-family: sans-serif;
   /* Let the background overscan, but not the content. */
-  padding: 60px 50px 60px 50px;
+  padding: 60px;
 }
 a:link, a:visited {
   color: blue;
-- 
2.39.5