diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 14:11:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 14:11:35 +0000 |
| commit | 8650ea9a241fbd63787acba865622f559f19727f (patch) | |
| tree | 0344f8063b8dfd8238ba3dde8d3c981b7e0d7594 /docs/style.css | |
| parent | add lib/rhythm (diff) | |
| download | alive-8650ea9a241fbd63787acba865622f559f19727f.tar.gz alive-8650ea9a241fbd63787acba865622f559f19727f.zip | |
small internal doc fixes
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 1f81f9b..51fddef 100644 --- a/docs/style.css +++ b/docs/style.css @@ -64,7 +64,7 @@ ul, ol { margin: 0.5em 0; padding-left: 0.6em; } -ul { list-style: '- '; } +ul, .ldoc ol { list-style: '- '; } header { position: fixed; |
