From f182c41b02f501b43661ff70167fe20c9450fdd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 26 Aug 2012 09:27:32 +0200 Subject: [PATCH] inner border in footer --- source/_footer.slim | 2 +- source/stylesheets/site.css.scss | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_footer.slim b/source/_footer.slim index 25f0146..dc6de77 100644 --- a/source/_footer.slim +++ b/source/_footer.slim @@ -4,7 +4,7 @@ p ==link_to "Albert Schulz", "/albert", :title => "About Albert" ' , ==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg" - br/ +p ' using a href="http://ethanschoonover.com/solarized" title="color palette used on our website" target="_blank" solarized ', more infos diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 108fe0c..340f4a4 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -41,15 +41,17 @@ header { } footer { - padding-left: 15px; + padding: 0.3em 1em 0.3em; box-shadow: 0 2px 3px #b8b8b8; + p { + margin: 0; + } } .container { @include accentize($yellow); @include container; - /* Grid layout */ #main { margin-top: 50px; }