From 7c52a7862e99563ab4e75d6ed1c529a52b79c080 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sat, 11 Feb 2006 10:04:36 +0000 Subject: [PATCH] Added some space at the bottom of the page git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@640 726aef4b-f618-498e-8847-2d620e286838 --- modules/webadmin/skins/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webadmin/skins/default/css/main.css b/modules/webadmin/skins/default/css/main.css index e3b0a7ed..241aead5 100644 --- a/modules/webadmin/skins/default/css/main.css +++ b/modules/webadmin/skins/default/css/main.css @@ -49,7 +49,7 @@ table thead { } #main { - margin: 5px 0px 0px 5px; + margin: 5px 0px 20px 5px; float: left; width: 670px; }