css improvements

This commit is contained in:
Mirek Kratochvil 2023-06-17 23:59:41 +02:00
parent 97030fec7b
commit 55d1af0159

View file

@ -156,6 +156,11 @@ table th {
border-bottom: 1pt solid #777; border-bottom: 1pt solid #777;
} }
blockquote {
border-left: 0.5em solid #eee;
padding-left: 1em;
}
/* layout */ /* layout */
header { header {
@ -289,12 +294,12 @@ main {
color: #777; color: #777;
} }
.sidebar-header { .sidebox-header {
font-weight: bold; font-weight: bold;
font-size: 80%; font-size: 80%;
} }
.sidebar-values { .sidebox-values {
padding-left: 1em; padding-left: 1em;
margin-bottom: 1em; margin-bottom: 1em;
font-size: 80%; font-size: 80%;