noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 27/28: Change logo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 27/28: Change logo
Date: Sat, 30 Nov 2019 07:51:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4da6582763859828c1748403fa3a3e1b7ed0522c
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 30 12:04:08 2019 +0100

    Change logo
---
 html/image/logo7200.png | Bin 0 -> 35895 bytes
 html/index.css          |   5 +++--
 html/index.php          |   2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/html/image/logo7200.png b/html/image/logo7200.png
new file mode 100644
index 0000000..57ba0e5
Binary files /dev/null and b/html/image/logo7200.png differ
diff --git a/html/index.css b/html/index.css
index cd359a6..3330dd6 100644
--- a/html/index.css
+++ b/html/index.css
@@ -215,8 +215,9 @@ BODY {
         z-index:-1;
         position:absolute;
         width:19%;
-        left:8%;
-        top:19.5%;
+        left:0%;
+        top:0%;
+        height: auto;
     }
     #login_frm {
         position:absolute;
diff --git a/html/index.php b/html/index.php
index 8d86084..3edf9fa 100644
--- a/html/index.php
+++ b/html/index.php
@@ -191,7 +191,7 @@ if (isset ($_REQUEST['reconnect']) && isset 
($_REQUEST['backurl'])) {
 }
 echo '
 
-<IMG SRC="image/logo7100.png" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo7200.png" id="logo_id" alt="NOALYSS">
 <form id="login_frm" action="login.php" method="post" name="loginform">'.
         '<h1>Noalyss</h1>'.
        $goto .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]