summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-15 17:30:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-15 17:30:55 +0400
commitfd6ffab5d7620a7beea78a909f27166086906199 (patch)
treec74dc76f2bf81498206f053598f8ddaaa2874716
parentcfb97d4e2b83cc3c8df7ecb231b114d7ee0669e7 (diff)
quote style updated and 2025 year added
-rw-r--r--build-page2
-rw-r--r--style.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/build-page b/build-page
index 37234b8..033f06c 100644
--- a/build-page
+++ b/build-page
@@ -37,7 +37,7 @@ cat << EOF
<div class="text">
$(sed '1 s/<!--.*-->//' "${filename}" | smu)
</div>
-<p id="copyleft"><br>copyleft (c) 2024 Suleyman Farajli</p>
+<p id="copyleft"><br>copyleft (c) 2024-2025 Suleyman Farajli</p>
</body>
</html>
diff --git a/style.css b/style.css
index c372e0d..c22e387 100644
--- a/style.css
+++ b/style.css
@@ -83,7 +83,8 @@ table {
#copyleft {
color: #696969; /* Dark Gray */
- margin-left: 1em;
+ margin-left: 0.7em; /* FIXME: use don't use a random value */
+ padding-bottom: 1em;
}
/*