From 03bac92088a043e2e6ce5a99882cfa079e04bd47 Mon Sep 17 00:00:00 2001 From: Ricardo Ribeiro Date: Sat, 13 May 2017 21:19:22 +0100 Subject: [PATCH] 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. --- nyaa/static/css/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 3d13267..ee01f9b 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -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; } \ No newline at end of file