Просмотр исходного кода

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

Bastien Guerry 16 лет назад
Родитель
Сommit
f11f5f0bef
1 измененных файлов с 1 добавлено и 1 удалено
  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;