From e67e1fb3922f7a72d7b3335cf268a27cee3de85c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 25 Nov 2013 00:23:02 +0000 Subject: [PATCH] top margin for footer --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 9a7e8cd..c08b0b4 100644 --- a/style.css +++ b/style.css @@ -104,6 +104,7 @@ div.toclevel2 { } #footer { + margin: 2em 0 0 0; font-size: 0.8em; font-weight: lighter; } -- 2.7.4