From: Dan Allen Date: Wed, 2 Dec 2020 01:21:44 +0000 (-0700) Subject: style thematic break X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=34353c1d534f869e7508ac72188adc1a4d9977f3;p=working%2Feg-antora.git style thematic break --- diff --git a/src/css/doc.css b/src/css/doc.css index 952ca2e..7707900 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -174,7 +174,8 @@ .doc .sidebarblock, .doc .verseblock, .doc .quoteblock, -.doc .partintro { +.doc .partintro, +.doc hr { margin: 1rem 0 0; } @@ -618,6 +619,12 @@ display: none; } +.doc hr { + border: solid var(--section-divider-color); + border-width: 2px 0 0; + height: 0; +} + .doc b.button { white-space: nowrap; }