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;
}