1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Remove the gray container around the main page div

This commit is contained in:
Eelco Dolstra 2011-11-22 17:30:13 +01:00
parent 0d81e23b46
commit 43a9fdc891
2 changed files with 1 additions and 7 deletions

View file

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