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.
This commit is contained in:
Max Roeleveld 2018-11-25 10:18:23 +01:00 committed by GitHub
parent 966d403ebb
commit 8a46e13028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,6 +239,7 @@
#fff 10px,
#fff 20px
);
}
.isso-postbox > .form-wrapper > .notification-section {
display: none;
padding-bottom: 10px;