From 8a46e130289200a24a14fbd9b5f93eff7c204417 Mon Sep 17 00:00:00 2001 From: Max Roeleveld Date: Sun, 25 Nov 2018 10:18:23 +0100 Subject: [PATCH] Add a missing closing brace Gotta love IDE highlighting: one little brace was missing near the end of the CSS file. This means the last couple of definitions were ignored previously. --- isso/css/isso.css | 1 + 1 file changed, 1 insertion(+) diff --git a/isso/css/isso.css b/isso/css/isso.css index 63737b2..e87ffc7 100644 --- a/isso/css/isso.css +++ b/isso/css/isso.css @@ -239,6 +239,7 @@ #fff 10px, #fff 20px ); +} .isso-postbox > .form-wrapper > .notification-section { display: none; padding-bottom: 10px;