From 0e7bd6f3495f8157e25e9af200b38deece86cb0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Feb 2020 11:47:33 +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/doxy-style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/doxy-style.css') 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 { -- cgit v1.2.1