diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-06-03 10:50:20 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 2a7d979226e98617623b550f207cec0e113ff04d (patch) | |
| tree | 0e9f2d2c36897af3a2569f287296928ba3bb9cf3 /docs/style.css | |
| parent | add loop/recur (diff) | |
| download | alive-2a7d979226e98617623b550f207cec0e113ff04d.tar.gz alive-2a7d979226e98617623b550f207cec0e113ff04d.zip | |
split guide into guide and reference
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 51fddef..e3238e9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -62,9 +62,10 @@ a { ul, ol { margin: 0.5em 0; - padding-left: 0.6em; + padding-left: 1em; } ul, .ldoc ol { list-style: '- '; } +li > ul, li > ol { margin: 0; } header { position: fixed; |
