From f0dae79c58d50d6f7f817c048f81c62e17c4c3a3 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Thu, 4 Apr 2024 08:01:09 +0300 Subject: [PATCH] wip --- hbs2-peer/app/Browser/Root.hs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hbs2-peer/app/Browser/Root.hs b/hbs2-peer/app/Browser/Root.hs index bcb63a9c..b1bb36c7 100644 --- a/hbs2-peer/app/Browser/Root.hs +++ b/hbs2-peer/app/Browser/Root.hs @@ -135,6 +135,18 @@ section#repo-manifest-text { } +section#repo-manifest-text > h1::after, +section#repo-manifest-text > h2::after, +section#repo-manifest-text > h3::after, +section#repo-manifest-text > h4::after +{ + content: ""; + display: block; + margin: 8px 0; + height: 1px; + background-color: #ccc; +} + /* height: calc(100vh - 64px); */ section { @@ -271,7 +283,6 @@ form.search button { vertical-align: top; } - |]