From e2ca9d0f3e2d4aa77eb484f14c182788d5c3c1ff Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 4 Jan 2016 14:16:28 -0500 Subject: [PATCH] Package display white, member wraps around its packages - incomplete --- css/front.css | 2 +- views/front/packaging/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 2a0976f..0613cd3 100644 --- a/css/front.css +++ b/css/front.css @@ -49,7 +49,7 @@ div.member div.address { clear: both; display: block; float: left; - margin: 0 3% 20px; + margin: 5px 3% 15px; overflow: hidden; padding: 10px 20px; width: 94%; diff --git a/views/front/packaging/list.html b/views/front/packaging/list.html index aa7e757..402071a 100644 --- a/views/front/packaging/list.html +++ b/views/front/packaging/list.html @@ -99,12 +99,12 @@ + {/foreach} {else} (Sorry, no packages currently listed.) {/if} - {include file='front/footer.html'} -- 2.17.1