Archived
1
0

make captcha image background not dark

This commit is contained in:
jeff 2015-09-22 07:28:26 -04:00
parent 578d9f44b3
commit 8c18b4405d

View File

@ -235,3 +235,7 @@ html {
width: 50%; width: 50%;
padding: 10px; padding: 10px;
} }
#captcha_img {
background: grey;
}