From 43a9fdc891e61c5fbf1e8054cf1397a8ebbde40a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Nov 2011 17:30:13 +0100 Subject: [PATCH] Remove the gray container around the main page div --- src/root/static/css/hydra.css | 2 +- src/root/static/css/nixos-site.css | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 79bbef58..87e7cfeb 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -5,7 +5,7 @@ body { } #logo img { - height: 6em; + height: 6em; } img { diff --git a/src/root/static/css/nixos-site.css b/src/root/static/css/nixos-site.css index f2411d9c..c07228e7 100644 --- a/src/root/static/css/nixos-site.css +++ b/src/root/static/css/nixos-site.css @@ -1,6 +1,4 @@ body { - background-color: gray; - margin: 0; } /* The main container element. */ @@ -9,10 +7,6 @@ div#page { min-width: 50em; margin: 1em auto; background-color: white; - - /* Put a rounded border around the page. */ - border: 1px solid black; - padding: 1em; } /* The header. */