From d0d476e71e1adfe4180ab3eb9d7238a5cf53fe87 Mon Sep 17 00:00:00 2001 From: Hanna Date: Wed, 31 Jul 2019 18:54:29 +0200 Subject: [PATCH] better --- _includes/block-faq-1.html | 2 -- css/irma.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/block-faq-1.html b/_includes/block-faq-1.html index 6866cd3..691fdad 100644 --- a/_includes/block-faq-1.html +++ b/_includes/block-faq-1.html @@ -29,14 +29,12 @@ content.style.paddingBottom = "0px"; content.style.marginTop = "0px"; content.style.marginBottom = "0px"; - content.style.borderLeft = "none;" } else { content.style.maxHeight = content.scrollHeight + 20 + "px"; content.style.paddingTop = "10px"; content.style.paddingBottom = "10px"; content.style.marginTop = "10px"; content.style.marginBottom = "10px"; - content.style.borderLeft = "2px solid #ccc;" } }); } diff --git a/css/irma.css b/css/irma.css index ed1731d..1988df3 100644 --- a/css/irma.css +++ b/css/irma.css @@ -149,6 +149,7 @@ column.text p { background-color: white; max-height: 0; overflow: hidden; + border-left: 2px solid #ccc; transition: max-height 0.2s ease-out; }