Niels G. W. Serup ffcf9fefd5 Rename directory to better suit the moving time.
Kind of also fix the apache conf, but not quite.
2016-08-20 22:39:56 +02:00

31 lines
346 B
CSS

* {
margin:0;
padding:0;
}
body {
font:normal 11px arial;
}
#gamebox {
position:absolute;
top:50%;
left:50%;
}
#characters {
position:absolute;
top:0;
left:0;
}
#characters div {
position:absolute;
top:0;
left:0;
}
#characters div div {
position:absolute;
display:none;
}