Add padding at the bottom of each page
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/584c34c9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/584c34c9 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/584c34c9 Branch: refs/heads/master Commit: 584c34c9e35e4bf0b2aa3f049a56b1bd5ebc6f31 Parents: 91a7e9c Author: Thomas Bouron <[email protected]> Authored: Mon Oct 23 13:39:14 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 23 13:39:14 2017 +0100 ---------------------------------------------------------------------- guide/styles/website.less | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/584c34c9/guide/styles/website.less ---------------------------------------------------------------------- diff --git a/guide/styles/website.less b/guide/styles/website.less index a683ab2..6f485db 100644 --- a/guide/styles/website.less +++ b/guide/styles/website.less @@ -52,6 +52,8 @@ body { } .markdown-section { + padding-bottom: 30px; + .glossary-term { color: @text-color; background: @background-color;
