standardize padding units
Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/9dbd3d9a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/9dbd3d9a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/9dbd3d9a Branch: refs/heads/asf-site Commit: 9dbd3d9a49b557f4d8f08ab505044fe0deacc531 Parents: 34ba148 Author: olivia <oli...@fastmail.com> Authored: Wed Nov 28 14:27:01 2018 +0100 Committer: olivia <oli...@fastmail.com> Committed: Wed Nov 28 14:27:01 2018 +0100 ---------------------------------------------------------------------- style/master.css | 2 +- style/master.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/9dbd3d9a/style/master.css ---------------------------------------------------------------------- diff --git a/style/master.css b/style/master.css index 54e7767..e7bc772 100644 --- a/style/master.css +++ b/style/master.css @@ -499,7 +499,7 @@ blockquote { width: 100%; display: inline-block; text-align: center; - padding-bottom: 40px; + padding-bottom: 16px; } /**** Chat ****/ .slack-slogan { http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/9dbd3d9a/style/master.less ---------------------------------------------------------------------- diff --git a/style/master.less b/style/master.less index e6a79a5..bfec4fa 100644 --- a/style/master.less +++ b/style/master.less @@ -567,7 +567,7 @@ blockquote { width: 100%; display: inline-block; text-align: center; - padding-bottom: 40px; + padding-bottom: @padding; } /**** Chat ****/