diff options
author | David Robillard <d@drobilla.net> | 2020-02-09 11:47:33 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-09 11:47:33 +0100 |
commit | 0e7bd6f3495f8157e25e9af200b38deece86cb0d (patch) | |
tree | 196fc9c7435919bbb2588819d0f9d1ef1cc476f1 /doc/doxy-style.css | |
parent | 06d3f56a39be35b73b7c687920da871b24913edd (diff) | |
download | lv2-0e7bd6f3495f8157e25e9af200b38deece86cb0d.tar.xz |
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/doxy-style.css')
-rw-r--r-- | doc/doxy-style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/doxy-style.css b/doc/doxy-style.css index 52fdc05..7208676 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-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 { |