aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-09 11:47:33 +0100
committerDavid Robillard <d@drobilla.net>2020-02-09 11:47:33 +0100
commit0e7bd6f3495f8157e25e9af200b38deece86cb0d (patch)
tree196fc9c7435919bbb2588819d0f9d1ef1cc476f1
parent06d3f56a39be35b73b7c687920da871b24913edd (diff)
downloadlv2-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.
-rw-r--r--doc/doxy-style.css10
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 {