diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-17 23:59:41 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-17 23:59:41 +0200 |
| commit | 55d1af01592e1d2892a3a965a5cd2b204b772cac (patch) | |
| tree | 0015d18de9a7f030ea41cb278d971238a2e8826f /assets | |
| parent | 97030fec7b9edbe7276bb0e175f1e3c849d3e476 (diff) | |
| download | reploy-55d1af01592e1d2892a3a965a5cd2b204b772cac.tar.gz reploy-55d1af01592e1d2892a3a965a5cd2b204b772cac.tar.bz2 | |
css improvements
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/assets/style.css b/assets/style.css index 57ce4dc..a2116ff 100644 --- a/assets/style.css +++ b/assets/style.css @@ -156,6 +156,11 @@ table th { border-bottom: 1pt solid #777; } +blockquote { + border-left: 0.5em solid #eee; + padding-left: 1em; +} + /* layout */ header { @@ -289,12 +294,12 @@ main { color: #777; } -.sidebar-header { +.sidebox-header { font-weight: bold; font-size: 80%; } -.sidebar-values { +.sidebox-values { padding-left: 1em; margin-bottom: 1em; font-size: 80%; |
