Remove margin on body

This commit is contained in:
Nick Krichevsky 2015-02-23 20:52:49 -05:00
parent e6e4188910
commit 82d27f8d15

View file

@ -7,6 +7,7 @@ body{
max-height:600px;
width:400px;
overflow:scroll;
margin:0px;
}
ul#windows{
max-height:600px;