Browse Source

Fix org.css: use a "fixed" position for the logo-link class.

Bastien Guerry 16 years ago
parent
commit
f11f5f0bef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ORGWEBPAGE/org.css

+ 1 - 1
ORGWEBPAGE/org.css

@@ -13,7 +13,7 @@
   }
 
   .logo-link {
-        position: absolute;
+        position: fixed;
         top: 0px;
         left: 0px;
         width: 190px;