Merge branch 'bstable'

This commit is contained in:
ccd0 2016-03-01 22:06:32 -08:00
commit 8f4fa51c18
3 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.26
**v1.11.26.6** *(2016-03-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.6/builds/4chan-X-noupdate.crx "Chromium version")]
- (anounyym1) Archive list: remove /qa/ from RBT.
- Fix 4chan CSS bug causing captcha to obscure report submit button.
**v1.11.26.5** *(2016-02-25)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.crx "Chromium version")]
- Update for Recaptcha changes.

View File

@ -23,8 +23,8 @@
"http": false,
"https": true,
"software": "fuuka",
"boards": ["cgl", "g", "mu", "qa"],
"files": ["cgl", "g", "mu", "qa"]
"boards": ["cgl", "g", "mu"],
"files": ["cgl", "g", "mu"]
}, {
"uid": 15,
"name": "fgts",

View File

@ -1,4 +1,4 @@
:root:not(.js-enabled) #g-recaptcha,
#g-recaptcha,
:root:not(.js-enabled) #captchaContainerAlt {
height: auto;
}