Repository: cordova-docs Updated Branches: refs/heads/master fcc72231a -> c975cd27a
Adding spacing at the bottom of regular pages. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/c975cd27 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/c975cd27 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/c975cd27 Branch: refs/heads/master Commit: c975cd27a89cec28be210e932b1267257c6125c5 Parents: fcc7223 Author: Dmitry Blotsky <[email protected]> Authored: Fri Dec 4 03:21:50 2015 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Fri Dec 4 03:21:50 2015 -0800 ---------------------------------------------------------------------- www/_layouts/page.html | 2 +- www/static/css-src/main.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c975cd27/www/_layouts/page.html ---------------------------------------------------------------------- diff --git a/www/_layouts/page.html b/www/_layouts/page.html index b4cecb3..932f88a 100644 --- a/www/_layouts/page.html +++ b/www/_layouts/page.html @@ -2,6 +2,6 @@ layout: cordova --- -<div class="container"> +<div class="page container"> {{ content }} </div> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c975cd27/www/static/css-src/main.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/main.scss b/www/static/css-src/main.scss index 7367a8a..1c948fa 100644 --- a/www/static/css-src/main.scss +++ b/www/static/css-src/main.scss @@ -80,6 +80,10 @@ footer .copyright_text { margin-top: 25px; } +.page { + margin-bottom: 2em; +} + /* * position anchors of fragment links slightly above their targets */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
