commit 4d5c6d5238edd3b9fa8a953c8d2d90b18c219e25
parent 6a9ed15819cfd5ba9b26c82cae0f111abc95a92d
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 11 Jun 2024 20:55:30 +0200
fix: slight CSS rework
Diffstat:
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/assets/style.css b/assets/style.css
@@ -56,7 +56,7 @@ h1 {
h2, h3 {
font-size: 1.25em;
}
-h4, h5, h6 {
+h4, h5, h6, span.desc {
font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
@@ -165,7 +165,7 @@ pre#blob {
/* Add year separators between points */
span[id*="-12"].activitypoint:after {
- content:"\007C";
+ content:"\0020\007C\0020";
}
/* Modern Layout scheme ----------------------------------------------------- */
@@ -248,10 +248,18 @@ table#files
#exports > tbody > tr > td:nth-child(1),
#files > tbody > tr > td:nth-child(2)
{
- border-top: 1px solid var(--fg2);
+ border-top: 2px solid var(--fg2);
+ padding-top: 5px;
font-weight: bold;
font-size: 1.1em;
}
+#index > tbody > tr > td:nth-child(5),
+#log > tbody > tr > td:nth-child(6),
+#branches > tbody > tr > td:nth-child(3),
+#exports > tbody > tr > td:nth-child(3),
+#files > tbody > tr > td:nth-child(3) {
+ padding-bottom: 5px;
+}
/* Secondary information in each row should be smaller */
#index > tbody > tr > td:nth-child(3),
@@ -311,10 +319,3 @@ table#files
width: auto;
margin-right: 1em;
}
-
-/* Mobile Optimisation ------------------------------------------------------ */
-
-/* make menu easier to navigate */
-table:nth-child(1) > tbody > tr:nth-child(3) > td > a {
- margin: 5px;
-}
diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh
@@ -90,7 +90,7 @@ ${ACTIVITY_HTML}
<pre id=\"description\">${RDESCF}</pre>
<hr>
<span>Clone this repository via:</span><br>
-<pre>git clone <a href=\"$RURL\">$RURL</a></pre>
+<span>git clone <a href=\"$RURL\">$RURL</a></span>
</a>
</div>
</body>