From ee623db0bf33f0ccef1a68de62b88b76961170f3 Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Wed, 11 Feb 2015 20:57:07 -0500 Subject: [PATCH] fix footer --- css/swc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/swc.css b/css/swc.css index 24d7d6a..1dde30e 100644 --- a/css/swc.css +++ b/css/swc.css @@ -555,12 +555,12 @@ footer a, footer a:hover{ padding-left: 10px; } -footer .container .links{ +footer .container .links { background:url('../img/software-carpentry-banner-white.png') no-repeat; background-size: 200px; background-position: 0; - height:40px; - padding:40px 0 0 200px; + height: 40px; + padding: 20px 0px 0px 200px; text-align: right; }