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 b1a332a103121b41acd998efc81eac3cf1b1a4a0
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu May 28 18:24:19 2026 +0100
fix selected item jumping up
---
public_html/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public_html/style.css b/public_html/style.css
index a89ca51d..3a567594 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -39,7 +39,7 @@ header {
align-items: center;
width: 100%;
font-weight: bold;
- font-size: 1.0em;
+ font-size: 1.2em;
}
.head-wrap .head-icon {
height: 20px;
@@ -79,7 +79,7 @@ header {
.head-menu-item-active a:hover,
.head-menu-item-active a:active {
color: #ffffff;
- padding-bottom: 7px;
+ padding-bottom: 2px;
border-bottom: 5px solid #3399ff;
background: #202020;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.