diff --git a/public/css/main.css b/public/css/main.css index 5f7fca5b..beaf9add 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -276,7 +276,6 @@ th { height: 40px;} padding: 4px 5px 4px 1px; min-width: 74px!important; } -.user-torrent .tr-name a { margin-left: 5px; } th, .home-td { border-bottom: 1px solid; diff --git a/templates/site/user/torrents.jet.html b/templates/site/user/torrents.jet.html index c429a3a3..81f347ea 100644 --- a/templates/site/user/torrents.jet.html +++ b/templates/site/user/torrents.jet.html @@ -15,7 +15,7 @@ {{ range i, t := UserProfile.Torrents }} {{ if DisplayTorrent(t, User) }} {{ torrent := t.ToJSON() }} -