make the message box big enough that we dont need a scrollbar

This commit is contained in:
zzz
2009-12-30 22:26:36 +00:00
parent d372ea753f
commit 3944ea53d2

View File

@ -61,7 +61,7 @@ body {
border: 2px solid #930;
overflow: auto;
color: #531;
height: 64px;
height: 79px;
width: auto;
background: #f83 url('../console/images/orangetile.png');
}