diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef0930b8..f4ac30513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/Archive/archives.json b/src/Archive/archives.json index e520ba096..4428dcaf9 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -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", diff --git a/src/css/report.css b/src/css/report.css index 515638b3c..30b1402c6 100644 --- a/src/css/report.css +++ b/src/css/report.css @@ -1,4 +1,4 @@ -:root:not(.js-enabled) #g-recaptcha, +#g-recaptcha, :root:not(.js-enabled) #captchaContainerAlt { height: auto; }