Revert c14649b because it "breaks" nightmode (#29)

* Fix layout on long torrent names

before: http://i.imgur.com/cI1pZrF.png
after: http://i.imgur.com/BIC722K.png

* change space to tab

* Revert bg color on odd numbered torrents on list

Breaks nightmode. Find some other way to do it.
This commit is contained in:
Ricardo Ribeiro 2017-05-13 21:19:22 +01:00 committed by A nyaa developer
parent 787569ab2b
commit 03bac92088
1 changed files with 0 additions and 3 deletions

View File

@ -92,7 +92,4 @@ table.torrent-list thead th.sorting_desc:after {
margin-left: 20px;
margin-bottom: 10px;
}
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}