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. */