In compare.html, lists were being improperly centered (items, scrollbar), because of the .playerContainer centering rule.

This commit is contained in:
Scimonster 2013-11-05 14:20:16 +02:00
parent 0e64284e36
commit 2b12722daf

View file

@ -105,6 +105,7 @@
padding-left: 3px; padding-left: 3px;
font: bold 11px sans-serif; font: bold 11px sans-serif;
position: absolute; position: absolute;
text-align: left;
} }
.list .list-title { .list .list-title {