From: Ben Hutchings Date: Fri, 9 Dec 2005 00:54:48 +0000 (+0000) Subject: Increased horizontal padding. X-Git-Tag: 0.5~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=036adb1a448d0ff2edde8552f4fbe4f7a2107a1b Increased horizontal padding. --- 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;