From e66fb895d38e2301b4ae8fc6332fd500d0bf8049 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 06 2016 09:18:40 +0000 Subject: Make the attachment list a little tighter --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 9e38f23..49c86e5 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -569,6 +569,10 @@ th[data-sort] { padding:0.5em; } +.attachment_list p { + margin-bottom: 0; +} + /*Our specific responsive overrides*/ @media (min-width:544px) { diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index 09509bf..8f73a3c 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -217,7 +217,7 @@
- + {% for attachment in attachments %} {% if attachment[2] == "" %} {% set attachment_md = "**" + attachment[0] + "**`` ``*(" +