From 3af3da2ea0e54efeab003d62e698ab8fdaeb4fbb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 16 Aug 2023 15:22:59 -0300 Subject: css: content
tweaks Makes non-split
's consistent with
(instead of using the browser-default styling). --- src/static/site4.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/static/site4.css b/src/static/site4.css index 6fffba4a..a1a9ef44 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -723,18 +723,23 @@ ul > li.has-details { font-style: oblique; } -hr.split::before { +#content hr { + border: 1px inset #808080; + width: 100%; +} + +#content hr.split::before { content: "(split)"; color: #808080; } -hr.split { +#content hr.split { position: relative; overflow: hidden; border: none; } -hr.split::after { +#content hr.split::after { display: inline-block; content: ""; border: 1px inset #808080; -- cgit 1.3.0-6-gf8a5