12 lines
194 B
CSS
12 lines
194 B
CSS
#captcha-cnt {
|
|
height: auto;
|
|
}
|
|
:root:not(.js-enabled) #form {
|
|
display: block;
|
|
}
|
|
#bd > div[style], #bd > div[style] > * {
|
|
height: auto !important;
|
|
margin: 0 !important;
|
|
font-size: 0;
|
|
}
|