From d4fcfe329c5d0415a7b873486e998de4ccec63a5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 31 Dec 2014 11:31:29 +0000 Subject: [PATCH] Added gutter to bottom of last plugin card. --- resources/report/css/style.css | 1 - resources/report/html/loot-plugin-card.html | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 17483c66..16b34320 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -121,7 +121,6 @@ paper-item > a:hover { #summary { background: white; margin: 8px; - margin-bottom: 0; padding: 16px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index bc6cfbd0..5ea516ea 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -37,8 +37,7 @@ loot-clear-metadata #wrapper { display: block; background:white; - margin: 8px; - margin-bottom: 0; + margin: 0 8px 8px 8px; position: relative; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;