i found a bug in the milky way and mars attack's CSS, to correct it open the css
FIND
.roundedtop td {
height: 29px;
white-space: nowrap;
/*
background: none;
*/
}
height: 29px;
white-space: nowrap;
/*
background: none;
*/
}
AND REPLACE WITH
.roundedtop td {
height: 28px;
white-space: nowrap;
/*
background: none;
*/
}
height: 28px;
white-space: nowrap;
/*
background: none;
*/
}
i was becoming crazy to find this mistake
