From 6aa705d5ccf5c1f58d3013e3b8de3b5eced963e2 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Wed, 1 Sep 2021 21:41:39 -0500 Subject: [PATCH] Random CSS I dunno --- public/style.css | 3 ++- src/rawdata/scss/_forum.scss | 5 +++-- src/templates/src/project_homepage.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index 0896a5d..7fd5e99 100644 --- a/public/style.css +++ b/public/style.css @@ -8578,7 +8578,8 @@ input[type=submit] { .postid a { margin-top: -4rem; - padding-top: 4rem; } + padding-top: 4rem; + outline: none; } .codeblocktable { font-family: "Fira Mono", monospace; diff --git a/src/rawdata/scss/_forum.scss b/src/rawdata/scss/_forum.scss index 955437e..838a11b 100644 --- a/src/rawdata/scss/_forum.scss +++ b/src/rawdata/scss/_forum.scss @@ -119,6 +119,7 @@ .postid a { margin-top: -4rem; padding-top: 4rem; + outline: none; } .codeblocktable { @@ -301,8 +302,8 @@ li.post-entry { .diff-insert, { border-width: 1px; - border-radius:2px; - padding:1px; + border-radius: 2px; + padding: 1px; } .diff-replace { diff --git a/src/templates/src/project_homepage.html b/src/templates/src/project_homepage.html index f81a823..eb6db44 100644 --- a/src/templates/src/project_homepage.html +++ b/src/templates/src/project_homepage.html @@ -34,7 +34,7 @@ {{ end }} -
+
{{ .Project.ParsedDescription }}
{{ with .RecentActivity }}