From e9c392ef7c3ba67b8b0079ec745419c6f3b4a597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 28 May 2013 07:37:30 +0200 Subject: [PATCH] Add a style for the left footer. re #25 --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 8718602..2f910db 100644 --- a/style.css +++ b/style.css @@ -197,6 +197,13 @@ border-radius: 0px 0px 10px 10px; height:32px; } +.footleft +{ +float:left; +height:32px; +} + + .footright { float:right;