8 lines
225 B
CSS
8 lines
225 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer {
|
|
margin: 0;
|
|
overflow: hidden; }
|