Merge pull request #17 from Ricardo1991/master

Small CSS tweaks to the torrent listing and torrent view on mobile
This commit is contained in:
A nyaa developer 2017-05-13 16:34:11 +02:00 committed by GitHub
commit 7420e94318
1 changed files with 9 additions and 0 deletions

View File

@ -83,3 +83,12 @@ table.torrent-list thead th.sorting_desc:after {
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color:#757575;
}
@media (max-width: 991px){
.col-md-5 {
margin-left: 20px;
margin-bottom: 10px;
}
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}