Archived
1
0

make captcha readable

This commit is contained in:
Jeff 2017-08-12 18:22:44 -04:00
parent 1e69493eef
commit e87005a178

View File

@ -441,3 +441,7 @@ background-repeat: repeat;
white-space: pre-line;
word-break: break-word;
}
#captcha_img {
background-color: white;
}