diff options
| author | root | 2015-10-27 11:12:03 +0100 |
|---|---|---|
| committer | root | 2015-10-27 11:12:03 +0100 |
| commit | a450ca42acc44727ab93afa994f0b7a6b923a325 (patch) | |
| tree | 5b75bf7e049ce603055d4ccbd728a8bf25ba7998 /static/style.css | |
| parent | 18da65cb74262623719f291920f03ad6ae4a277c (diff) | |
| download | jungegemeinde-testing.tar.gz | |
Fixed footer.testing
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index f6319cc..3b88dc3 100644 --- a/static/style.css +++ b/static/style.css @@ -42,6 +42,7 @@ a { position: absolute; bottom: 0; width: 100%; + heigth: 40px; } .footer-a { @@ -52,6 +53,15 @@ a { text-decoration: underline; } +.footer > .container { + padding-left: 0; +} + +.sticky-footer { + margin: 10px 0; + margin-right: 0; +} + /* noscript */ .noscript { |
