removed body margins...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-21 06:04:32 +04:00
parent 64cababc1a
commit 9b9c7deaf2

View File

@ -1,4 +1,9 @@
body {
padding: 0;
margin: 0;
}
/* all elements that will behave like a page */
.page {
/* XXX make this browser-sized... */