--- web/www/styles/gitweb.css 2011/08/02 16:22:09 1.1 +++ web/www/styles/gitweb.css 2011/08/04 11:56:18 1.2 @@ -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; }