projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81cbb0
)
add border radius to sidebar; tighten space between title and content
author
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 06:37:55 +0000
(
00:37
-0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 07:00:52 +0000
(
01:00
-0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
00b19b4
..
9944129
100644
(file)
--- 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;
}