diff options
| author | Sarah White <sarah@opendevise.com> | 2018-02-21 02:18:01 +0000 |
|---|---|---|
| committer | Sarah White <sarah@opendevise.com> | 2018-02-21 02:18:01 +0000 |
| commit | d8329dd7daf4d5b6e989a0c45e8411d335bf53a4 (patch) | |
| tree | 2b9db065561c6843adb7996bbc246598d235a82f /src/css | |
| parent | 790d164ff5b61d9235d2e92d02a5c74e2fef588c (diff) | |
| parent | e0b28e1d88dc631dab0f2846facb45a859bf8f65 (diff) | |
| download | alpine-antora-theme-d8329dd7daf4d5b6e989a0c45e8411d335bf53a4.tar.bz2 alpine-antora-theme-d8329dd7daf4d5b6e989a0c45e8411d335bf53a4.tar.xz | |
merge !37
resolves #27 add sidebar styles
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/doc.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/doc.css b/src/css/doc.css index 350bf4e..465861e 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -419,6 +419,19 @@ margin-top: 0; } +.doc .sidebarblock { + background-color: #e1e1e1; + padding: 0.75rem 1.5rem; +} + +.doc .sidebarblock > .content > .title { + color: #191919; + font-size: 1.2rem; + font-weight: 500; + line-height: 1.3; + text-align: center; +} + /* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */ .doc .tableblock pre, .doc .listingblock.wrap pre { |
