diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-04-25 20:19:55 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-04-25 20:19:55 +0200 |
commit | b8e3f4d05ea98fbcb26fc9af26e569a41ec43e37 (patch) | |
tree | 5683ed112e8e30dbdb5af43b878abcd01a551d58 /chatserver.html | |
parent | 390c96c86855d086fee45e924f3dd514fae9363c (diff) |
Diffstat (limited to 'chatserver.html')
-rw-r--r-- | chatserver.html | 6 |
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; |