diff --git a/include/custom.css b/include/custom.css index ba332d9..fa1510b 100644 --- a/include/custom.css +++ b/include/custom.css @@ -9,7 +9,7 @@ .vspacer-100 { height: 100px; } .vspacer-150 { height: 150px; } -.defaulthidden { display: none !important; } +.defaulthidden { display: none; } .cursor-pointer {cursor: pointer; }