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; } - |]