From 727b5715ac829b3579e95fbe13a7c522177acb07 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Jul 2021 14:09:06 +0800 Subject: [PATCH] docs/docs.css --- docs/docs.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/docs.css b/docs/docs.css index 4ed6c6d342..829973a9c2 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -955,4 +955,20 @@ a.dropdown-toggle::before { overflow-y: scroll; overflow-x: hidden; padding-left: 0; -} \ No newline at end of file +} + +.doc-implementors .inheritance, +.doc-implementors .inheritance ul, +.doc-implementors .inheritance ul ul +{ + list-style: none; + padding-left: 5px; +} +.doc-implementors .inheritance li +{ + background: url('../images/default/tree/elbow-end.gif') no-repeat left 2px; + padding-left: 20px; +} +.doc-children li { + +} -- 2.39.2