From 57e4664f8ec6a90c11b47c75afbc11e738e25daa Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 26 Jun 2009 01:50:34 +0200 Subject: [PATCH] Added a specific class for handling the logo display in IE. Thanks to Sebastian Rose for this. --- ORGWEBPAGE/org.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ORGWEBPAGE/org.css b/ORGWEBPAGE/org.css index cdaf37a5e..7a3b32ab4 100644 --- a/ORGWEBPAGE/org.css +++ b/ORGWEBPAGE/org.css @@ -691,3 +691,10 @@ { margin-top:10px; } + +* html .logo-link +{ + position: absolute; + top: 10px; + left: 30px; +} -- 2.11.4.GIT