From: Sarah White Date: Fri, 16 Feb 2018 21:04:02 +0000 (-0700) Subject: add sidebar content styles X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c2a21bf1759bdf7482ee8ddb4a27fa483191e95f;p=working%2Feg-antora.git add sidebar content styles --- diff --git a/src/css/doc.css b/src/css/doc.css index facd7e9..08a82b3 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -404,16 +404,6 @@ padding-bottom: 0.075rem; } -.doc .sidebarblock .title { - /* color: #4a4a4a; */ - display: block; - color: #191919; - font-size: 1.3rem; - line-height: 1.3; - letter-spacing: -0.005em; - padding-bottom: 0.075rem; -} - .doc .admonitionblock .title + .paragraph { margin-top: 0; } @@ -429,6 +419,19 @@ margin-top: 0; } +.doc .sidebarblock .title { + /* color: #4a4a4a; */ + color: #191919; + font-size: 1.2rem; + line-height: 1.3; + text-align: center; +} + +.doc .sidebarblock > .content { + background-color: #adafa5; + padding: 0.75rem 1.6rem; +} + /* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */ .doc .tableblock pre, .doc .listingblock.wrap pre {