From: Tim Bishop Date: Thu, 4 Aug 2011 11:56:18 +0000 (+0000) Subject: Tweak the CSS a bit. X-Git-Url: http://git.i-scream.org/?p=www.i-scream.org.git;a=commitdiff_plain;h=01fa9cc5d6b8488dc475a11781ba0e28d32a9b45 Tweak the CSS a bit. --- diff --git a/www/styles/gitweb.css b/www/styles/gitweb.css index 13b7be1..22c4b2c 100644 --- a/www/styles/gitweb.css +++ b/www/styles/gitweb.css @@ -1,6 +1,10 @@ -div.page_header { - margin: 0 -15px 0 -15px; +#main { + margin: 10px 10px 10px 161px; } -div.page_footer { - margin: 0 -15px 0 -15px; +#contents { + padding: 0; + border: 1px solid #D9D8D1; +} +body { + border: none; }