Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
676819f048
@ -2342,8 +2342,7 @@
|
||||
#qr > div.move > input[name=name] {\
|
||||
float: left;\
|
||||
}\
|
||||
#qr_form > div {\
|
||||
float: left;\
|
||||
#qr_form {\
|
||||
clear: both;\
|
||||
}\
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
|
||||
@ -2365,7 +2364,7 @@
|
||||
overflow: hidden;\
|
||||
}\
|
||||
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\
|
||||
#qr input:-webkit-input-placeholder {\
|
||||
#qr input::-webkit-input-placeholder {\
|
||||
color: grey;\
|
||||
}\
|
||||
#qr input:-moz-placeholder {\
|
||||
|
||||
@ -1846,8 +1846,7 @@ main =
|
||||
#qr > div.move > input[name=name] {
|
||||
float: left;
|
||||
}
|
||||
#qr_form > div {
|
||||
float: left;
|
||||
#qr_form {
|
||||
clear: both;
|
||||
}
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
|
||||
@ -1869,7 +1868,7 @@ main =
|
||||
overflow: hidden;
|
||||
}
|
||||
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
|
||||
#qr input:-webkit-input-placeholder {
|
||||
#qr input::-webkit-input-placeholder {
|
||||
color: grey;
|
||||
}
|
||||
#qr input:-moz-placeholder {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user