From 01fa9cc5d6b8488dc475a11781ba0e28d32a9b45 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Thu, 4 Aug 2011 11:56:18 +0000 Subject: [PATCH] Tweak the CSS a bit. --- www/styles/gitweb.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; } -- 2.44.0