From 2b12722dafaba3761c2261c7b04e105f45db483d Mon Sep 17 00:00:00 2001
From: Scimonster <tehalmightyscimonster@gmail.com>
Date: Tue, 5 Nov 2013 14:20:16 +0200
Subject: [PATCH] In compare.html, lists were being improperly centered (items,
 scrollbar), because of the .playerContainer centering rule.

---
 player.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/player.css b/player.css
index f2b13ae..59c3d86 100644
--- a/player.css
+++ b/player.css
@@ -105,6 +105,7 @@
     padding-left: 3px;
     font: bold 11px sans-serif;
     position: absolute;
+    text-align: left;
 }
 
 .list .list-title {