You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/10/25 21:05:30 UTC

[45/50] [abbrv] brooklyn-docs git commit: Add padding at the bottom of each page

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 <th...@cloudsoftcorp.com>
Authored: Mon Oct 23 13:39:14 2017 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
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;