From 0aae2deb5829ac7c927ae52e67d1d900d11c1b18 Mon Sep 17 00:00:00 2001 From: z3d Date: Wed, 22 Jul 2009 22:31:21 +0000 Subject: [PATCH] Swap over margin to bottom of section div lose (some of the) header whitespace. --- installer/resources/themes/console/snark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index a35cba046..c897439d3 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -121,7 +121,7 @@ hr { } div.section { - margin: 20px 0 0 0; + margin: 0 0 20px 0; padding: 10px; background: #ffe; border: 1px solid #001;