From 6028e4692d172b63f8af79c4460f9dbff5a9a01c Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 26 May 2016 02:21:05 -0400 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- interface/web/js/scrigo.js.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index d5af589..4277b9d 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -133,7 +133,7 @@ } else { width = points*20; } - document.getElementById("passBar").innerHTML = '<div style="float:left; height: 10px; padding:0px; background-color: ' + pass_messages[points]['color'] + '; width: ' + width + 'px;" />'; + document.getElementById("passBar").innerHTML = '<div style="background-color: ' + pass_messages[points]['color'] + '; width: ' + width + 'px;" />'; document.getElementById("passText").innerHTML = pass_messages[points]['text']; } function pass_contains(pass, check) { -- Gitblit v1.9.1