From a5cb8f44dda9c4df94dc39407bfa013615be0e71 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 4 Jan 2007 22:27:07 +0000 Subject: [PATCH] explorer layout inconsistency fixed --- html/gfx/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/gfx/main.css b/html/gfx/main.css index c87f560..911604f 100644 --- a/html/gfx/main.css +++ b/html/gfx/main.css @@ -88,6 +88,7 @@ div.centercontent h2 { ul { margin-top: 0; margin-bottom: 5px; + margin-left: 0; padding-left: 2em; } @@ -129,7 +130,7 @@ div.leftcontent p { } div.content { - margin: 5px 5px 15px 31%; + margin: 5px 5px 15px 31.5%; } div.onecolumn {