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:
parent
966d403ebb
commit
8a46e13028
@ -239,6 +239,7 @@
|
|||||||
#fff 10px,
|
#fff 10px,
|
||||||
#fff 20px
|
#fff 20px
|
||||||
);
|
);
|
||||||
|
}
|
||||||
.isso-postbox > .form-wrapper > .notification-section {
|
.isso-postbox > .form-wrapper > .notification-section {
|
||||||
display: none;
|
display: none;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user