summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-06 19:58:28 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-06 20:00:03 +0200
commit64f345c56447fb01e73c99827c028f6507a1514b (patch)
treeca294e5418729a964e47b2dd1191dd18d2487054 /public
parentef6892fd6a3c95d7076b0e707f20f38430d8948b (diff)
downloadserver-64f345c56447fb01e73c99827c028f6507a1514b.tar.gz
Docs improvements.
Diffstat (limited to 'public')
-rw-r--r--public/common/markdown.css (renamed from public/docs/style.css)9
1 files changed, 1 insertions, 8 deletions
diff --git a/public/docs/style.css b/public/common/markdown.css
index 49c72c9..15b40cf 100644
--- a/public/docs/style.css
+++ b/public/common/markdown.css
@@ -18,11 +18,4 @@ pre { padding: 1rem; }
kbd { background-color: whitesmoke; padding: 0px 4px; border: 1px solid #444; }
dd { margin-bottom: 0.5rem; }
hr { margin: 2rem 0; border: none; border-top: 2px dotted brown; }
-article::after {
- display: block;
- margin: 2rem 0;
- color: brown;
- font-size: 1.8rem;
- text-align: center;
- content: "\2766";
-}
+article::after { display: block; margin: 2rem 0; color: brown; font-size: 1.8rem; text-align: center; content: "\2766"; }