diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-16 22:35:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-16 22:35:47 +0200 |
commit | 721d8c6551dcc5b36e0e4a34b47f322be118dc62 (patch) | |
tree | 17ec58bb263925ee0d0365b10c6d2cb70c3f99d3 /data/css/style.css | |
parent | c51d48487c65869cbb0aa8d612ba3c0d466863b7 (diff) |
Decrease size of footer
Before it seemed a bit too prominent on pages with short content.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/data/css/style.css b/data/css/style.css index cc2e00b12..15860db83 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -86,17 +86,24 @@ body { height: auto !important; height: 100%; /* Negative indent footer by it's height */ - margin: 0 auto -131px; + margin: 0 auto -81px; } /* Set the fixed height of the footer here */ #footer { - height: 130px; + height: 50px; + font-size: 12px; + padding: 15px 0; +} + +#footer, +#footer li { + line-height: 12px; } /* Set to footer height + 70px "padding" */ #push { - height: 200px; + height: 120px; } /* Lastly, apply responsive CSS fixes as necessary */ @@ -109,8 +116,9 @@ body { } } +#footer p, .footer-links { - margin: 10px 0; + margin: 4px 0; } .footer-links li { display: inline; |