From 73ebd30fdbe4038137c700eb53dc812c17550056 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 19 Jan 2013 11:59:48 -0800 Subject: LAYOUT: fix footer --- css/standard.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/standard.less') diff --git a/css/standard.less b/css/standard.less index 4bbb555..1981c7d 100644 --- a/css/standard.less +++ b/css/standard.less @@ -43,11 +43,11 @@ header { footer { background-color: #fff; - padding:0em 0.2em; + padding:0.2em 0.2em; border-top: 2px solid gray; } -footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller; margin-right:1em;} -footer .left { text-align:left; line-height:90%;font-size:smaller; margin-left: 1em;} +footer .right { text-align:right; margin-top:1em; line-height:90%;font-size:smaller; margin-right:1em;} +footer .left { float:left; margin-top:1em; line-height:90%;font-size:smaller; margin-left: 1em;} .WIP { background-color: #efaaaa; -- cgit v1.2.3-18-g5258