1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12530] Fix captcha challange image breaking responsive layout

PHPBB3-12530
This commit is contained in:
PayBas
2014-09-09 22:30:37 +02:00
parent c77d6f39f2
commit 66ecbd8545
4 changed files with 22 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<!-- IF S_RECAPTCHA_AVAILABLE -->
<dl>
<dt><label>{L_CONFIRM_CODE}{L_COLON}</label><br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt>
<dd>
<dd class="captcha">
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {