Fix www.4chan.org/banner-contest form not showing up with JS disabled.

This commit is contained in:
ccd0 2016-06-23 12:27:04 -07:00
parent 25f1397948
commit 4195d4666a

View File

@ -1,3 +1,6 @@
#captcha-cnt {
height: auto;
}
:root:not(.js-enabled) #form {
display: block;
}