taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit bb0115fc9e14ba503fbdd2d31a62ed414d07fc4f
parent 25bb49a5f57a7e139dcafee0456dca2ddfcfc525
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  6 Mar 2017 05:30:32 +0100

css

Diffstat:
Mstyles.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css @@ -10,6 +10,7 @@ body .jumbotron { margin-left: 15px; margin-right: 15px; } + html { overflow-y: scroll; } @@ -75,6 +76,14 @@ footer a:hover { footer { padding-top: 2em; + margin-top: 2em; background-color: #222; color: white; } + + +#body_content .container { + margin-bottom: 2em; + padding-top: 1em; + padding-bottom: 1em; +}