diff --git a/4chan_x.js b/4chan_x.js index 6419d952c..cb22138e7 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2518,9 +2518,6 @@ #qr_form {\ clear: both;\ }\ - #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ - display: none;\ - }\ #qr form, #qr #com_submit, #qr input[type="file"] {\ margin: 0px;\ }\ diff --git a/script.coffee b/script.coffee index f88d2418c..728da554b 100644 --- a/script.coffee +++ b/script.coffee @@ -1984,9 +1984,6 @@ main = #qr_form { clear: both; } - #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ - display: none; - } #qr form, #qr #com_submit, #qr input[type="file"] { margin: 0px; }