From 40805c1ff90bf7c5917605cb71c701abc2d66313 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Feb 2020 19:49:26 +0100 Subject: Fix arrow style in API documentation Hiding this broke the indentation for nested lists. This reverts to something like the default Doxygen style. --- doc/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') 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 { -- cgit v1.2.1