From e7c99eb33a79b5547d8f1ec4647ee7024cf36a7f Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Tue, 13 Sep 2011 11:42:25 +0200 Subject: [PATCH] luahttp: move footer down --- share/lua/http/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/share/lua/http/css/main.css b/share/lua/http/css/main.css index fa72e0ff4a..c0caf516d7 100644 --- a/share/lua/http/css/main.css +++ b/share/lua/http/css/main.css @@ -156,6 +156,7 @@ body{ font-size: 1.5em; } .footer{ + margin-top: 30px; text-align: center; font-size: 11px; } -- 2.39.2