diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 6ee6c6f..5967d1a 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -245,7 +245,7 @@ color: #bbb; bottom:0; background:#eee; width:100%; - margin-top:2px; + margin-top:10px; } /*@media (min-width:768px) { diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index d2496a1..7d73f22 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -19,7 +19,8 @@ {% if repo.description %}{{ repo.description }}{%else%}no description{% endif %}
-
{{repo.forks|count}}
+ created {{repo.date_created|humanize}} +
{{repo.forks|count}}