Revert "Fix captcha centering (broken by 46fd6744da2d4e8e3a2e3916ad6fd4483edc5ddf)."

This reverts commit 7b413f62de3c6a22185e1fabc9004a0874199c66.
This commit is contained in:
ccd0 2015-11-15 23:37:47 -08:00
parent 985fee786e
commit dd8b3fc0e9

View File

@ -1333,10 +1333,10 @@ input.field.tripped:not(:hover):not(:focus) {
}
#qr .captcha-container > div {
margin: auto;
width: 304px;
}
/* scrollable with scroll bar hidden; prevents scroll on space press */
:root.blink #qr .captcha-container > div {
width: 304px;
overflow: hidden;
}
:root.blink #qr .captcha-container > div > div:first-of-type {