From: Dan Allen Date: Wed, 17 Jul 2019 06:37:55 +0000 (-0600) Subject: add border radius to sidebar; tighten space between title and content X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ff51aa19abb927839e76d83a3f3c0d1407382d8;p=eg-antora.git add border radius to sidebar; tighten space between title and content --- diff --git a/src/css/doc.css b/src/css/doc.css index 00b19b4..9944129 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -461,14 +461,15 @@ .doc .sidebarblock { background: var(--sidebar-background); + border-radius: 0.75rem; padding: 0.75rem 1.5rem; } .doc .sidebarblock > .content > .title { - color: var(--caption-font-color); font-size: 1.2rem; font-weight: 500; line-height: 1.3; + margin-bottom: -0.3em; text-align: center; }