Repository: bahir-website Updated Branches: refs/heads/master c5cd2f4fb -> a44916b20
[MINOR] Update css to reduce necessity to scroll Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/a44916b2 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/a44916b2 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/a44916b2 Branch: refs/heads/master Commit: a44916b20fd30ab0b5b174e61f7ddb7883dae9ef Parents: c5cd2f4 Author: Luciano Resende <[email protected]> Authored: Tue May 31 16:58:34 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue May 31 16:58:34 2016 -0700 ---------------------------------------------------------------------- site/assets/themes/apache-clean/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a44916b2/site/assets/themes/apache-clean/css/style.css ---------------------------------------------------------------------- diff --git a/site/assets/themes/apache-clean/css/style.css b/site/assets/themes/apache-clean/css/style.css index b211b72..f44fadd 100644 --- a/site/assets/themes/apache-clean/css/style.css +++ b/site/assets/themes/apache-clean/css/style.css @@ -132,9 +132,12 @@ body { } } - .jumbotron { background-color: #ffffff /* #3071a9 */; + padding-top: 20px; + padding-bottom: 20px; + margin-top:5px; + margin-bottom:5px; } .jumbotron h1,
