From 2706c3e668fba2adf0b50968f5110e28047017e4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 21:12:28 +0000 Subject: [PATCH] elofgren: Remove the large margin above #sitetree and make it only 2px (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41946 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/layout.css b/css/layout.css index 1268ff23..a25ab82a 100644 --- a/css/layout.css +++ b/css/layout.css @@ -337,6 +337,7 @@ html>body #top #Logo { overflow-x: hidden; } #sitetree { + margin-top: 2px; width: 500px; /* IE's chocking right now */ } html>body #sitetree {