Browse Source

Added a specific class for handling the logo display in IE.

Thanks to Sebastian Rose for this.
Bastien Guerry 16 years ago
parent
commit
57e4664f8e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ORGWEBPAGE/org.css

+ 7 - 0
ORGWEBPAGE/org.css

@@ -691,3 +691,10 @@
 {
   margin-top:10px;
 }
+
+* html .logo-link
+{
+    position: absolute;
+    top: 10px;
+    left: 30px;
+}