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="") %}