ta height: 150px

This commit is contained in:
James Campos 2011-09-05 12:02:12 -07:00
parent eeef347471
commit b4bf4037c6
2 changed files with 2 additions and 2 deletions

View File

@ -3472,7 +3472,7 @@
}\ }\
#qr textarea {\ #qr textarea {\
border: 0;\ border: 0;\
height: 125;\ height: 150px;\
width: 100%;\ width: 100%;\
}\ }\
#qr #captcha {\ #qr #captcha {\

View File

@ -2780,7 +2780,7 @@ main =
} }
#qr textarea { #qr textarea {
border: 0; border: 0;
height: 125; height: 150px;
width: 100%; width: 100%;
} }
#qr #captcha { #qr #captcha {