Added some margin to body to avoid horizontal scrollbar

This commit is contained in:
Jörn Zaefferer 2010-03-20 14:38:50 +00:00
parent 627fa1b522
commit 253e94555b

View File

@ -6,6 +6,7 @@ body,html {
font-family: Arial; font-family: Arial;
background: #191919; background: #191919;
} }
body { margin: 1em; }
ul.effects { ul.effects {
list-style-type: none; list-style-type: none;