Fix torrent list styling issue in Chrome 59+ (patch by @kyleinprogress)

Fixes: #384
This commit is contained in:
Mike Gelfand 2017-08-27 09:50:24 +03:00
parent 1e9b805b4d
commit 486f040be4
2 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ ul.torrent_list {
padding: 0;
text-align: left;
cursor: pointer;
list-style-type: none;
/**
* Progressbar
*

View File

@ -293,6 +293,7 @@ ul.torrent_list
padding: 0;
text-align: left;
cursor: pointer;
list-style-type: none;
li.torrent
{