mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 02:40:06 +00:00
* 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:
parent
787569ab2b
commit
03bac92088
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue