From: Alan Knowles Date: Fri, 30 Jul 2021 06:09:06 +0000 (+0800) Subject: docs/docs.css X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=727b5715ac829b3579e95fbe13a7c522177acb07 docs/docs.css --- 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 { + +}