minor css cleanup

This commit is contained in:
James Campos 2011-05-16 00:12:46 -07:00
parent e0cbad5fc9
commit 1687dd30aa
2 changed files with 0 additions and 6 deletions

View File

@ -2518,9 +2518,6 @@
#qr_form {\ #qr_form {\
clear: both;\ clear: both;\
}\ }\
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
display: none;\
}\
#qr form, #qr #com_submit, #qr input[type="file"] {\ #qr form, #qr #com_submit, #qr input[type="file"] {\
margin: 0px;\ margin: 0px;\
}\ }\

View File

@ -1984,9 +1984,6 @@ main =
#qr_form { #qr_form {
clear: both; clear: both;
} }
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
display: none;
}
#qr form, #qr #com_submit, #qr input[type="file"] { #qr form, #qr #com_submit, #qr input[type="file"] {
margin: 0px; margin: 0px;
} }