From 796920f472733afdc1626ac4f6471c30e3f13f45 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 27 Jun 2017 17:09:00 -0400 Subject: [PATCH] Fix avatar bottom spacing --- static/styles/beluga/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 6ddcc36..218cedc 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1884,25 +1884,24 @@ div.star-rating a,div.star-rating.star { } .pad { - padding: 1em + padding: 1em; } .home .extrapad { - padding: 0 + padding: 0; } tr { background-color: #2c2f36; - border-bottom: 2px solid #2c2f36 + border-bottom: 2px solid #2c2f36; } - -tr.row { - /* background-color: #none!important */ +.forum_post tr { + border-bottom: none; } .search_form .submit,.filter_tickets .submit,.filter_torrents .submit { text-align: right; - padding-top: 5px + padding-top: 5px; } .torrent_table tr.group {