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 6a13139b087fb5fdd5e3b733c0c5a9dd816adcbb
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu May 28 20:51:34 2026 +0100
more stylin and cleaning
---
public_html/content/about.php | 9 ++++++++-
public_html/content/start.php | 5 ++++-
public_html/site/site.php | 11 ++++++-----
public_html/style.css | 10 +++++++---
4 files changed, 25 insertions(+), 10 deletions(-)
diff --git a/public_html/content/about.php b/public_html/content/about.php
index 17a6023b..8d99e4e0 100644
--- a/public_html/content/about.php
+++ b/public_html/content/about.php
@@ -1,4 +1,11 @@
<?php $title="About"; ?>
<p>
-This is the about page.
+<?php i("shots/e-main.png", "width=100%;");?>
+</p>
+<p>
+This is a page about stuff and more stuff and stuff like stuff and stuff. This
+is a long sentence to test the paragraph and formatting to see what is
+happening with the page formatting. Some more text to test the formatting is
+here. What does this do? Do multiple lines of this format properly? That's
+a good question. Let's get jiggy with it.
</p>
diff --git a/public_html/content/start.php b/public_html/content/start.php
index 1573404e..e7a8331f 100644
--- a/public_html/content/start.php
+++ b/public_html/content/start.php
@@ -82,7 +82,10 @@ Alt-H2
");?>
<?php md_file("test.md");?>
<p>
-<?php i("shots/e-main.png", "width=100% class='shot'");?>
+<?php i("shots/e-main.png", "width=90% class='shot'");?>
+</p>
+<p>
+<?php i("shots/e-main.png", "width=95% class='shot'");?>
</p>
<p>
<?php i("shots/e-main.png", "width=100% class='shot'");?>
diff --git a/public_html/site/site.php b/public_html/site/site.php
index e377c4ab..b4a91ffa 100644
--- a/public_html/site/site.php
+++ b/public_html/site/site.php
@@ -31,7 +31,7 @@
</div>
</header>
<main >
- <div class="head-wrap flexy" style="display: hidden;">
+ <div class="head-wrap flexy" style="visibility: hidden;">
<img class="head-icon" src="" class="head-icon">
<?php include 'menu.php'; ?>
</div>
@@ -44,12 +44,13 @@
ob_end_flush();
?>
</div>
+ <div class="foot-wrap-fake" style="visibility: hidden;">
+ <div class="foot-wrap">Copyright © Enlightenment</div>
+ </div>
</main>
<footer>
- <div class="foot-wrap">
- Copyright © Enlightenment
- </div>
-<?php include 'irc.php' ?>
+ <div class="foot-wrap">Copyright © Enlightenment</div>
+ <?php include 'irc.php' ?>
</footer>
</div>
</body>
diff --git a/public_html/style.css b/public_html/style.css
index 3d6a15dc..ab75048e 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -84,7 +84,7 @@ header {
background: #202020;
}
.main-wrap {
- margin: 26px 26px 80px;
+ margin: 26px;
}
.biglogo {
margin: 16px;
@@ -99,9 +99,10 @@ pre {
border: 0px;
padding: 8px;
}
-footer {
+footer,
+.foot-wrap-fake {
overflow: hidden;
- background: #202020;
+ background: #404040;
position: fixed;
bottom: 0;
width: 100%;
@@ -111,6 +112,9 @@ footer {
padding: 8px;
text-align: center;
}
+.foot-wrap-fake {
+ position: static;
+}
#ircbubble {
background-color: #181818;
right: 10px;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.