Remove the gray container around the main page div
This commit is contained in:
parent
0d81e23b46
commit
43a9fdc891
|
@ -1,6 +1,4 @@
|
||||||
body {
|
body {
|
||||||
background-color: gray;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The main container element. */
|
/* The main container element. */
|
||||||
|
@ -9,10 +7,6 @@ div#page {
|
||||||
min-width: 50em;
|
min-width: 50em;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
/* Put a rounded border around the page. */
|
|
||||||
border: 1px solid black;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The header. */
|
/* The header. */
|
||||||
|
|
Loading…
Reference in a new issue