diff --git a/.eslintrc.json b/.eslintrc.json index 44574e410..9c2f8092d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,7 @@ "lodash/prefer-lodash-method": [2, { "ignoreMethods": [ "find", "endsWith", "startsWith", "filter", "reduce", - "map", "replace", "toLower", "split", "trim" + "map", "replace", "toLower", "split", "trim", "forEach" ] }], "lodash/prefer-startswith": "off", diff --git a/CHANGES.md b/CHANGES.md index 42bff7bc4..637857298 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,8 @@ ## 3.2.0 (Unreleased) - Removed jQuery from `converse-core`, `converse-vcard` and `converse-roomslist`. [jcbrand] +- Remove `jquery.easing` from the full build. Was only being used by the + [conversejs.org](https://conversejs.org) website, which has been updated to not rely on it. [jcbrand] - All promises are now native (or polyfilled) ES2015 Promises instead of jQuery's Deferred. [jcbrand] - #866 Add babel in order to support ES2015 syntax [jcbrand] diff --git a/css/theme.css b/css/theme.css index 820ad19e2..bbfc73421 100644 --- a/css/theme.css +++ b/css/theme.css @@ -344,5 +344,5 @@ ul.features { .sponsors { clear: both; font-size: 1.1em; - padding: 6em 0 7em 0; + padding: 2em 0 7em 0; } diff --git a/index.html b/index.html index b69f37828..d77988183 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,8 @@ - + + @@ -223,37 +224,6 @@