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 8f71511a9f846e75e2d26c602c19cf2016e7baf9
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Mon Jun 8 18:59:45 2026 +0100
tuning
---
public_html/content/start.php | 10 +++++-----
public_html/style.css | 14 +++++++-------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/public_html/content/start.php b/public_html/content/start.php
index 9157c7c9..8be91bc8 100644
--- a/public_html/content/start.php
+++ b/public_html/content/start.php
@@ -18,7 +18,7 @@ widgets, data storage, IPC and much more. EFL is also portable between
Linux, BSD and similar compatible UNIX systems as well as MacOS and Windows.
</p>
<p>
-<?php i("shots/e-main.png", "width=100%;");?>
+<center><?php i("shots/e-main.png", "width=90%;");?></center>
</p>
<p>
Main page here.
@@ -64,7 +64,7 @@ in the page:
</p>
<?php code_file("c", "src/sample.c");?>
<p>
-Now some colro hilighted inlined bash:
+Now some color hilighted inlined bash:
</p>
<?php code_start("bash");?>
export VAR="hello"
@@ -122,11 +122,11 @@ Some markdown by pointing a helper func to the markdown file:
Some screenshot images with varying widths:
</p>
<p>
-<?php i("shots/e-main.png", "width=90% class='shot'");?>
+<?php i("shots/e-main.png", "width=70% class='shot'");?>
</p>
<p>
-<?php i("shots/e-main.png", "width=95% class='shot'");?>
+<?php i("shots/e-main.png", "width=75% class='shot'");?>
</p>
<p>
-<?php i("shots/e-main.png", "width=100% class='shot'");?>
+<?php i("shots/e-main.png", "width=80% class='shot'");?>
</p>
diff --git a/public_html/style.css b/public_html/style.css
index 1653937c..161afdea 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -9,7 +9,7 @@ body {
position: relative;
display: flex;
flex-direction: column;
- min-width: 320px;
+ min-width: 200px;
min-height: 100%;
overflow: hidden;
outline: none;
@@ -17,7 +17,7 @@ body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 1.1em;
font-family: "Open Sans", "Sans", sans-serif;
- line-height: 1.25;
+ line-height: 1.5;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
@@ -39,7 +39,7 @@ header {
align-items: center;
width: 100%;
font-weight: bold;
- font-size: 1.2em;
+ font-size: 1.0em;
}
.head-wrap .head-icon {
height: 20px;
@@ -70,7 +70,7 @@ header {
.head-menu-item-active a:active {
display: block;
color: #a0a0a0;
- padding: 7px 12px;
+ padding: 10px 15px;
width: auto;
text-decoration:none;
}
@@ -79,7 +79,7 @@ header {
.head-menu-item-active a:hover,
.head-menu-item-active a:active {
color: #ffffff;
- padding-bottom: 2px;
+ padding-bottom: 5px;
border-bottom: 5px solid #3399ff;
background: #202020;
}
@@ -194,9 +194,9 @@ hr {
border-width: 0;
}
/* Sizing doohickeys */
-@media (min-width: 1200px) {
+@media (min-width: 1000px) {
.flexy {
- width: 1200px;
+ width: 1000px;
margin-left: auto;
margin-right: auto;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.