Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 352 → Rev 353

/styles.css
148,3 → 148,16
font-family: Droid Sans Mono, Monospace, Fixed;
}
 
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
background-color: #4B9DE0 !important; //reCaptcha widget background color
}
#recaptcha_table {
border-color: #3874A4 !important; //reCaptcha widget border color
}
#recaptcha_response_field {
border-color: #000000 !important; //Text input field border color
background-color:#FFFFFF !important; //Text input field background color
}
 
/register.php
23,7 → 23,7
 
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'white'
theme : 'clean'
};
</script>