From a0f6f93a808565eae2647515c7c327dfa6fd779f Mon Sep 17 00:00:00 2001 From: UnKnoWn Date: Wed, 17 May 2017 05:37:06 +0800 Subject: [PATCH] Include style for the new tabs in profile page --- nyaa/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 1743595..df3a34d 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -108,3 +108,7 @@ table.torrent-list thead th.sorting_desc:after { border: 1px solid rgba(100, 56, 0, 0.8); background: rgba(200,127,0,0.3); } + +ul.nav-tabs#profileTabs { + margin-bottom: 15px; +}