This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www.

View the commit online.

commit 838c069145168a97ac75329f793e16cd6a691ae8
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu May 28 19:12:54 2026 +0100

    menu - stay fixed at top again
---
 public_html/site/site.php | 4 ++++
 public_html/style.css     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/public_html/site/site.php b/public_html/site/site.php
index aaf8144f..e377c4ab 100644
--- a/public_html/site/site.php
+++ b/public_html/site/site.php
@@ -31,6 +31,10 @@
   </div>
  </header>
  <main >
+  <div class="head-wrap flexy" style="display: hidden;">
+   <img class="head-icon" src="" class="head-icon">
+   <?php include 'menu.php'; ?>
+  </div>
   <div class="main-wrap flexy">
 <?php /* get the content set in page=xxx - make it sane and include it */
  $page = str_replace(".", "", $page);
diff --git a/public_html/style.css b/public_html/style.css
index 04a822f7..3d6a15dc 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -26,7 +26,7 @@ body {
 }
 header {
  display: block;
- position: sticky;
+ position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to