aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chatserver.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chatserver.html b/chatserver.html
index 2b46d5c..0b8e5aa 100644
--- a/chatserver.html
+++ b/chatserver.html
@@ -12,7 +12,7 @@ body{
table#maintable,
table#maintable > tbody,
table#maintable > tbody > tr{
- width:800px;
+ width:900px;
height:100%;
display:block;
margin:0;
@@ -29,7 +29,7 @@ td#lobbylog{
}
td#lobbylist{width:120px;}
td#lobbylog{
- width:672px;
+ width:750px;
word-wrap:break-word;
}
div#lobbylistdiv{
@@ -90,7 +90,7 @@ div.configbtn{
.textinput{
font-family:Monaco,"Courier New",Monospace;
bottom:0;
- width:664px;
+ width:748px;
height:15px;
border:none;
border-top:1px #aaa solid;