From e1f88bfebe4ea0a09be6cfa001894780296c6e7b Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 23 2018 11:55:12 +0000 Subject: [PATCH 1/2] re-do the user public profile page This re-implements the user public profile page. It splits it out into multiple tabs, so we can add more information in the future as needed. Fixes: 3544 --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 04fdfc7..025b390 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -334,10 +334,8 @@ th[data-sort] { .hljs { padding: 0!important; background: #fff; - -.userdash-tabs .nav-sidetabs{ - background: #f3f3f3; - box-shadow: -2000px 0 0 2000px #f3f3f3; - position: relative; - z-index: 1; } + +.line-height-1{ + line-height: 1em; +} \ No newline at end of file diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index c190572..a613446 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -291,7 +291,7 @@ {% endif %} {% endmacro %} -{% macro render_activity_graph(username) %} +{% macro render_activity_graph(username, _class="") %}