From 68285a22f6cc3e3addf5f2bd3e68d96fce26c90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 9 Feb 2015 00:27:38 +0100 Subject: [PATCH] Reverted display from nsystem --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cf1011d1..3898947d 100755 --- a/static/style.css +++ b/static/style.css @@ -129,7 +129,7 @@ margin: 0;} #controls{display:none;} body{background-color: #2F2F2F;} .bgimage{background-image: url(bg4.jpg);position:fixed;background-size:500%;background-color:black;-webkit-filter: brightness(70%);filter: brightness(70%);} - #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;} + #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;display:none;} .playlist{width: 100%;} .lresult{font-size: 40px; height: 90px; font-size: 50px;} .votes{float: right; background-color: rgba(0,0,0,0.9); margin-top: -1.5em;font-size: 42px; padding-right: 8px; height: 89px; line-height: 89px; padding-left: 20px; border-radius: 1px;}