diff options
author | David Robillard <d@drobilla.net> | 2020-02-29 19:49:26 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-01 20:32:22 +0100 |
commit | 40805c1ff90bf7c5917605cb71c701abc2d66313 (patch) | |
tree | 603a121334013120de8220a575c4fc686ff33639 /doc/style.css | |
parent | c74ce3f88af02a140e16375b3b750e9a7d87a527 (diff) | |
download | pugl-40805c1ff90bf7c5917605cb71c701abc2d66313.tar.gz pugl-40805c1ff90bf7c5917605cb71c701abc2d66313.tar.bz2 pugl-40805c1ff90bf7c5917605cb71c701abc2d66313.zip |
Fix arrow style in API documentation
Hiding this broke the indentation for nested lists. This reverts to something
like the default Doxygen style.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index fa366af..e481ef0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -511,8 +511,14 @@ td.entry { padding-right: 1em; } -td.entry .arrow { - display: none; +.arrow { + color: #CCC; + user-select: none; + font-size: 80%; + display: inline-block; + width: 16px; + height: 22px; + vertical-align: top; } td.entry b { |