From a1051b6828aef9683ad518fffac143aaeb656056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 23 Jun 2015 19:43:49 +0200 Subject: [PATCH] Fixed playeroverlay size --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 13bd2de3..591cdb9a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -339,7 +339,7 @@ ul #chat-log{ background-color:black; position: absolute; top:0px; - width:97.7%; + width:97.8%; color:white; }